#CF9ECB

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

Shades of Lilac #CF9ECB

Tints of Lilac #CF9ECB

Color information

#CF9ECB (or 0xCF9ECB) is unknown color: approx Lilac. HEX triplet: CF, 9E and CB. RGB value is (207,158,203). Sum of RGB (Red+Green+Blue) = 207+158+203=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ECB is #306134. Grayscale: #B1B1B1. Windows color (decimal): -3170613 or 13344463. OLE color: 13344463.

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

Color convert

RGB207158203-
CMYK00.240.020.19
HSL304.9º33.79%71.57%-
HSV(B)304.9º23.67%81.18%-
XYZ48.7442.0362.04-
YUV177.78142.23148.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=36.44%
G=27.82%
B=35.74%

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
Decimal20715820300.240.020.19304.933.7971.57
HexCF9ECB0182131312248
Octal31723631303022346142110
Binary11001111100111101100101101100010100111001100011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ECB; }

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

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

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

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

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

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

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

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