#CFA0D2

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

Shades of Lilac #CFA0D2

Tints of Lilac #CFA0D2

Color information

#CFA0D2 (or 0xCFA0D2) is unknown color: approx Lilac. HEX triplet: CF, A0 and D2. RGB value is (207,160,210). Sum of RGB (Red+Green+Blue) = 207+160+210=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFA0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0D2 is #305F2D. Grayscale: #B3B3B3. Windows color (decimal): -3170094 or 13803727. OLE color: 13803727.

HSL color Cylindrical-coordinate representation of color #CFA0D2: hue angle of 296.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA0D2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207160210-
CMYK0.010.2400.18
HSL296.4º35.71%72.55%-
HSV(B)296.4º23.81%82.35%-
XYZ49.9443.0666.65-
YUV179.75145.07147.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 160 (62.89% from 255) = 27.73%
BLUE value IS 210 (82.42% from 255) = 36.40%
R=35.88%
G=27.73%
B=36.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071602100.010.2400.18296.435.7172.55
HexCFA0D21180121282449
Octal31724032213002245044111
Binary1100111110100000110100101110000100101001010001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0D2; }

 p { color: rgb(207,160,210); }

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

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

 a { background-color: rgb(207,160,210); }

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

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

 span { border-color: rgb(207,160,210); }

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