#CF9ECE

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

Shades of Lilac #CF9ECE

Tints of Lilac #CF9ECE

Color information

#CF9ECE (or 0xCF9ECE) is unknown color: approx Lilac. HEX triplet: CF, 9E and CE. RGB value is (207,158,206). Sum of RGB (Red+Green+Blue) = 207+158+206=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ECE is #306131. Grayscale: #B1B1B1. Windows color (decimal): -3170610 or 13541071. OLE color: 13541071.

HSL color Cylindrical-coordinate representation of color #CF9ECE: hue angle of 301.22º 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 #CF9ECE is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207158206-
CMYK00.240.000.19
HSL301.22º33.79%71.57%-
HSV(B)301.22º23.67%81.18%-
XYZ49.142.1863.95-
YUV178.12143.73148.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=36.25%
G=27.67%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715820600.240.000.19301.2233.7971.57
HexCF9ECE01801312d2248
Octal31723631603002345542110
Binary1100111110011110110011100110000100111001011011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ECE; }

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

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

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

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

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

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

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

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