#CF9DCB

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

Shades of Lilac #CF9DCB

Tints of Lilac #CF9DCB

Color information

#CF9DCB (or 0xCF9DCB) is unknown color: approx Lilac. HEX triplet: CF, 9D and CB. RGB value is (207,157,203). Sum of RGB (Red+Green+Blue) = 207+157+203=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DCB is #306234. Grayscale: #B1B1B1. Windows color (decimal): -3170869 or 13344207. OLE color: 13344207.

HSL color Cylindrical-coordinate representation of color #CF9DCB: hue angle of 304.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DCB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207157203-
CMYK00.240.020.19
HSL304.8º34.25%71.37%-
HSV(B)304.8º24.15%81.18%-
XYZ48.5741.6961.99-
YUV177.19142.56149.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=36.51%
G=27.69%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715720300.240.020.19304.834.2571.37
HexCF9DCB0182131312247
Octal31723531303022346142107
Binary11001111100111011100101101100010100111001100011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DCB; }

 p { color: rgb(207,157,203); }

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

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

 a { background-color: rgb(207,157,203); }

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

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

 span { border-color: rgb(207,157,203); }

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