#CFA8CE

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

Shades of Lilac #CFA8CE

Tints of Lilac #CFA8CE

Color information

#CFA8CE (or 0xCFA8CE) is unknown color: approx Lilac. HEX triplet: CF, A8 and CE. RGB value is (207,168,206). Sum of RGB (Red+Green+Blue) = 207+168+206=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8CE is #305731. Grayscale: #B7B7B7. Windows color (decimal): -3168050 or 13543631. OLE color: 13543631.

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

Color convert

RGB207168206-
CMYK00.190.000.19
HSL301.54º28.89%73.53%-
HSV(B)301.54º18.84%81.18%-
XYZ50.8845.7364.54-
YUV183.99140.42144.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=35.63%
G=28.92%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716820600.190.000.19301.5428.8973.53
HexCFA8CE01301312e1d4a
Octal31725031602302345635112
Binary110011111010100011001110010011010011100101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8CE; }

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

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

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

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

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

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

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

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