#CCAFCA

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

Shades of Lilac #CCAFCA

Tints of Lilac #CCAFCA

Color information

#CCAFCA (or 0xCCAFCA) is unknown color: approx Lilac. HEX triplet: CC, AF and CA. RGB value is (204,175,202). Sum of RGB (Red+Green+Blue) = 204+175+202=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFCA is #335035. Grayscale: #BABABA. Windows color (decimal): -3362870 or 13283276. OLE color: 13283276.

HSL color Cylindrical-coordinate representation of color #CCAFCA: hue angle of 304.14º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCAFCA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204175202-
CMYK00.140.010.2
HSL304.14º22.14%74.31%-
HSV(B)304.14º14.22%80%-
XYZ50.8947.7662.41-
YUV186.75136.61140.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=35.11%
G=30.12%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417520200.140.010.2304.1422.1474.31
HexCCAFCA0E114130164a
Octal31425731201612446026112
Binary11001100101011111100101001110110100100110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFCA; }

 p { color: rgb(204,175,202); }

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

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

 a { background-color: rgb(204,175,202); }

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

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

 span { border-color: rgb(204,175,202); }

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