#CD9DD1

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

Shades of Lilac #CD9DD1

Tints of Lilac #CD9DD1

Color information

#CD9DD1 (or 0xCD9DD1) is unknown color: approx Lilac. HEX triplet: CD, 9D and D1. RGB value is (205,157,209). Sum of RGB (Red+Green+Blue) = 205+157+209=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DD1 is #32622E. Grayscale: #B1B1B1. Windows color (decimal): -3301935 or 13737421. OLE color: 13737421.

HSL color Cylindrical-coordinate representation of color #CD9DD1: hue angle of 295.38º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD9DD1 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205157209-
CMYK0.020.2500.18
HSL295.38º36.11%71.76%-
HSV(B)295.38º24.88%81.96%-
XYZ48.7441.765.8-
YUV177.28145.9147.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=35.90%
G=27.50%
B=36.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051572090.020.2500.18295.3836.1171.76
HexCD9DD12190121272448
Octal31523532123102244744110
Binary11001101100111011101000110110010100101001001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DD1; }

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

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

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

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

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

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

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

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