#CF9ECD

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

Shades of Lilac #CF9ECD

Tints of Lilac #CF9ECD

Color information

#CF9ECD (or 0xCF9ECD) is unknown color: approx Lilac. HEX triplet: CF, 9E and CD. RGB value is (207,158,205). Sum of RGB (Red+Green+Blue) = 207+158+205=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ECD is #306132. Grayscale: #B1B1B1. Windows color (decimal): -3170611 or 13475535. OLE color: 13475535.

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

Color convert

RGB207158205-
CMYK00.240.010.19
HSL302.45º33.79%71.57%-
HSV(B)302.45º23.67%81.18%-
XYZ48.9842.1363.31-
YUV178.01143.23148.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=36.32%
G=27.72%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715820500.240.010.19302.4533.7971.57
HexCF9ECD01811312e2248
Octal31723631503012345642110
Binary1100111110011110110011010110001100111001011101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ECD; }

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

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

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

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

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

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

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

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