#CAACC8

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

Shades of Lilac #CAACC8

Tints of Lilac #CAACC8

Color information

#CAACC8 (or 0xCAACC8) is unknown color: approx Lilac. HEX triplet: CA, AC and C8. RGB value is (202,172,200). Sum of RGB (Red+Green+Blue) = 202+172+200=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC8 is #355337. Grayscale: #B8B8B8. Windows color (decimal): -3494712 or 13151434. OLE color: 13151434.

HSL color Cylindrical-coordinate representation of color #CAACC8: hue angle of 304º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACC8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202172200-
CMYK00.150.010.21
HSL304º22.06%73.33%-
HSV(B)304º14.85%79.22%-
XYZ49.5346.2360.96-
YUV184.16136.94140.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=35.19%
G=29.97%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217220000.150.010.2130422.0673.33
HexCAACC80F1151301649
Octal31225431001712546026111
Binary11001010101011001100100001111110101100110000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACC8; }

 p { color: rgb(202,172,200); }

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

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

 a { background-color: rgb(202,172,200); }

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

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

 span { border-color: rgb(202,172,200); }

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