#CF8ED3

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

Shades of Lilac #CF8ED3

Tints of Lilac #CF8ED3

Color information

#CF8ED3 (or 0xCF8ED3) is unknown color: approx Lilac. HEX triplet: CF, 8E and D3. RGB value is (207,142,211). Sum of RGB (Red+Green+Blue) = 207+142+211=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF8ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ED3 is #30712C. Grayscale: #A9A9A9. Windows color (decimal): -3174701 or 13864655. OLE color: 13864655.

HSL color Cylindrical-coordinate representation of color #CF8ED3: hue angle of 296.52º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8ED3 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207142211-
CMYK0.020.3300.17
HSL296.52º43.95%69.22%-
HSV(B)296.52º32.7%82.75%-
XYZ47.1637.3166.34-
YUV169.3151.53154.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=36.96%
G=25.36%
B=37.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071422110.020.3300.17296.5243.9569.22
HexCF8ED32210111292c45
Octal31721632324102145154105
Binary110011111000111011010011101000010100011001010011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ED3; }

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

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

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

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

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

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

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

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