#CFA9CE

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

Shades of Lilac #CFA9CE

Tints of Lilac #CFA9CE

Color information

#CFA9CE (or 0xCFA9CE) is unknown color: approx Lilac. HEX triplet: CF, A9 and CE. RGB value is (207,169,206). Sum of RGB (Red+Green+Blue) = 207+169+206=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9CE is #305631. Grayscale: #B8B8B8. Windows color (decimal): -3167794 or 13543887. OLE color: 13543887.

HSL color Cylindrical-coordinate representation of color #CFA9CE: hue angle of 301.58º 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 #CFA9CE is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207169206-
CMYK00.180.000.19
HSL301.58º28.36%73.73%-
HSV(B)301.58º18.36%81.18%-
XYZ51.0646.164.6-
YUV184.58140.09143.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=35.57%
G=29.04%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716920600.180.000.19301.5828.3673.73
HexCFA9CE01201312e1c4a
Octal31725131602202345634112
Binary110011111010100111001110010010010011100101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9CE; }

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

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

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

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

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

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

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

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