#CCA9CF

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

Shades of Lilac #CCA9CF

Tints of Lilac #CCA9CF

Color information

#CCA9CF (or 0xCCA9CF) is unknown color: approx Lilac. HEX triplet: CC, A9 and CF. RGB value is (204,169,207). Sum of RGB (Red+Green+Blue) = 204+169+207=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9CF is #335630. Grayscale: #B7B7B7. Windows color (decimal): -3364401 or 13609420. OLE color: 13609420.

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

Color convert

RGB204169207-
CMYK0.010.1800.19
HSL295.26º28.36%73.73%-
HSV(B)295.26º18.36%81.18%-
XYZ50.3545.7265.2-
YUV183.8141.1142.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=35.17%
G=29.14%
B=35.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041692070.010.1800.19295.2628.3673.73
HexCCA9CF1120131271c4a
Octal31425131712202344734112
Binary110011001010100111001111110010010011100100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9CF; }

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

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

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

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

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

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

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

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