#CD9DCF

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

Shades of Lilac #CD9DCF

Tints of Lilac #CD9DCF

Color information

#CD9DCF (or 0xCD9DCF) is unknown color: approx Lilac. HEX triplet: CD, 9D and CF. RGB value is (205,157,207). Sum of RGB (Red+Green+Blue) = 205+157+207=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DCF is #326230. Grayscale: #B0B0B0. Windows color (decimal): -3301937 or 13606349. OLE color: 13606349.

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

Color convert

RGB205157207-
CMYK0.010.2400.19
HSL297.6º34.25%71.37%-
HSV(B)297.6º24.15%81.18%-
XYZ48.541.664.5-
YUV177.05144.9147.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=36.03%
G=27.59%
B=36.38%

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
Decimal2051572070.010.2400.19297.634.2571.37
HexCD9DCF11801312a2247
Octal31523531713002345242107
Binary1100110110011101110011111110000100111001010101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DCF; }

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

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

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

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

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

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

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

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