#CD99BD

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

Shades of Lily #CD99BD

Tints of Lily #CD99BD

Color information

#CD99BD (or 0xCD99BD) is unknown color: approx Lily. HEX triplet: CD, 99 and BD. RGB value is (205,153,189). Sum of RGB (Red+Green+Blue) = 205+153+189=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99BD is #326642. Grayscale: #ACACAC. Windows color (decimal): -3302979 or 12425677. OLE color: 12425677.

HSL color Cylindrical-coordinate representation of color #CD99BD: hue angle of 318.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD99BD is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205153189-
CMYK00.250.080.20
HSL318.46º34.21%70.2%-
HSV(B)318.46º25.37%80.39%-
XYZ45.7539.4453.34-
YUV172.65137.23151.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=37.48%
G=27.97%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515318900.250.080.20318.4634.2170.2
HexCD99BD01981413e2246
Octal315231275031102447642106
Binary1100110110011001101111010110011000101001001111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99BD; }

 p { color: rgb(205,153,189); }

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

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

 a { background-color: rgb(205,153,189); }

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

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

 span { border-color: rgb(205,153,189); }

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