#CD9ECF

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

Shades of Lilac #CD9ECF

Tints of Lilac #CD9ECF

Color information

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

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

Color convert

RGB205158207-
CMYK0.010.2400.19
HSL297.55º33.79%71.57%-
HSV(B)297.55º23.67%81.18%-
XYZ48.6741.9464.56-
YUV177.64144.57147.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051582070.010.2400.19297.5533.7971.57
HexCD9ECF11801312a2248
Octal31523631713002345242110
Binary1100110110011110110011111110000100111001010101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ECF; }

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

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

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

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

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

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

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

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