#CD9DD4

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

Shades of Lilac #CD9DD4

Tints of Lilac #CD9DD4

Color information

#CD9DD4 (or 0xCD9DD4) is unknown color: approx Lilac. HEX triplet: CD, 9D and D4. RGB value is (205,157,212). Sum of RGB (Red+Green+Blue) = 205+157+212=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DD4 is #32622B. Grayscale: #B1B1B1. Windows color (decimal): -3301932 or 13934029. OLE color: 13934029.

HSL color Cylindrical-coordinate representation of color #CD9DD4: hue angle of 292.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD9DD4 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205157212-
CMYK0.030.2600.17
HSL292.36º39.01%72.35%-
HSV(B)292.36º25.94%83.14%-
XYZ49.1241.8567.78-
YUV177.62147.4147.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=35.71%
G=27.35%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051572120.030.2600.17292.3639.0172.35
HexCD9DD431A0111242748
Octal31523532433202144447110
Binary11001101100111011101010011110100100011001001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DD4; }

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

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

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

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

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

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

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

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