#CCAFCF

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

Shades of Lilac #CCAFCF

Tints of Lilac #CCAFCF

Color information

#CCAFCF (or 0xCCAFCF) is unknown color: approx Lilac. HEX triplet: CC, AF and CF. RGB value is (204,175,207). Sum of RGB (Red+Green+Blue) = 204+175+207=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFCF is #335030. Grayscale: #BBBBBB. Windows color (decimal): -3362865 or 13610956. OLE color: 13610956.

HSL color Cylindrical-coordinate representation of color #CCAFCF: hue angle of 294.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAFCF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204175207-
CMYK0.010.1500.19
HSL294.38º25%74.9%-
HSV(B)294.38º15.46%81.18%-
XYZ51.494865.58-
YUV187.32139.11139.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=34.81%
G=29.86%
B=35.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041752070.010.1500.19294.382574.9
HexCCAFCF1F013126194b
Octal31425731711702344631113
Binary11001100101011111100111111111010011100100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFCF; }

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

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

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

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

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

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

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

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