#CD99BB

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

Shades of Lily #CD99BB

Tints of Lily #CD99BB

Color information

#CD99BB (or 0xCD99BB) is unknown color: approx Lily. HEX triplet: CD, 99 and BB. RGB value is (205,153,187). Sum of RGB (Red+Green+Blue) = 205+153+187=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99BB is #326644. Grayscale: #ACACAC. Windows color (decimal): -3302981 or 12294605. OLE color: 12294605.

HSL color Cylindrical-coordinate representation of color #CD99BB: hue angle of 320.77º 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 #CD99BB is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205153187-
CMYK00.250.090.20
HSL320.77º34.21%70.2%-
HSV(B)320.77º25.37%80.39%-
XYZ45.5439.3552.21-
YUV172.42136.23151.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=37.61%
G=28.07%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515318700.250.090.20320.7734.2170.2
HexCD99BB0199141412246
Octal315231273031112450142106
Binary1100110110011001101110110110011001101001010000011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99BB; }

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

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

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

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

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

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

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

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