#CF9ED0

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

Shades of Lilac #CF9ED0

Tints of Lilac #CF9ED0

Color information

#CF9ED0 (or 0xCF9ED0) is unknown color: approx Lilac. HEX triplet: CF, 9E and D0. RGB value is (207,158,208). Sum of RGB (Red+Green+Blue) = 207+158+208=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ED0 is #30612F. Grayscale: #B2B2B2. Windows color (decimal): -3170608 or 13672143. OLE color: 13672143.

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

Color convert

RGB207158208-
CMYK0.000.2400.18
HSL298.8º34.72%71.76%-
HSV(B)298.8º24.04%81.57%-
XYZ49.3442.2765.23-
YUV178.35144.73148.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=36.13%
G=27.57%
B=36.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071582080.000.2400.18298.834.7271.76
HexCF9ED001801212b2348
Octal31723632003002245343110
Binary1100111110011110110100000110000100101001010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ED0; }

 p { color: rgb(207,158,208); }

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

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

 a { background-color: rgb(207,158,208); }

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

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

 span { border-color: rgb(207,158,208); }

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