#CCA8EB

Color #CCA8EB Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CCA8EB

Tints of Perfume #CCA8EB

Color information

#CCA8EB (or 0xCCA8EB) is unknown color: approx Perfume. HEX triplet: CC, A8 and EB. RGB value is (204,168,235). Sum of RGB (Red+Green+Blue) = 204+168+235=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8EB is #335714. Grayscale: #BABABA. Windows color (decimal): -3364629 or 15444172. OLE color: 15444172.

HSL color Cylindrical-coordinate representation of color #CCA8EB: hue angle of 272.24º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA8EB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204168235-
CMYK0.130.2900.08
HSL272.24º62.62%79.02%-
HSV(B)272.24º28.51%92.16%-
XYZ53.946.8484.8-
YUV186.4155.43140.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=33.61%
G=27.68%
B=38.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041682350.130.2900.08272.2462.6279.02
HexCCA8EBD1D081103f4f
Octal314250353153501042077117
Binary110011001010100011101011110111101010001000100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8EB; }

 p { color: rgb(204,168,235); }

 H1.HeaderClassName
 {
   color: #CCA8EB;
 }
 .AnyTagClassName
 {
   color: #CCA8EB;
 }
</style>
background-color css

<style>
 a { background-color: #CCA8EB; }

 a { background-color: rgb(204,168,235); }

 div.DivClassName
 {
   background-color: #CCA8EB;
 }
 .BgClassName
 {
   background-color: #CCA8EB;
 }
</style>
border-color css

<style>
 span { border-color: #CCA8EB; }

 span { border-color: rgb(204,168,235); }

 td.TdClassName
 {
   border-color: #CCA8EB;
 }
 .TagClassName
 {
   border-color: #CCA8EB;
 }
</style>