#CF8ECC

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

Shades of Lilac #CF8ECC

Tints of Lilac #CF8ECC

Color information

#CF8ECC (or 0xCF8ECC) is unknown color: approx Lilac. HEX triplet: CF, 8E and CC. RGB value is (207,142,204). Sum of RGB (Red+Green+Blue) = 207+142+204=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ECC is #307133. Grayscale: #A8A8A8. Windows color (decimal): -3174708 or 13405903. OLE color: 13405903.

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

Color convert

RGB207142204-
CMYK00.310.010.19
HSL302.77º40.37%68.43%-
HSV(B)302.77º31.4%81.18%-
XYZ46.336.9761.82-
YUV168.5148.03155.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=37.43%
G=25.68%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714220400.310.010.19302.7740.3768.43
HexCF8ECC01F11312f2844
Octal31721631403712345750104
Binary1100111110001110110011000111111100111001011111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ECC; }

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

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

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

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

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

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

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

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