#CD9CBB

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

Shades of Lily #CD9CBB

Tints of Lily #CD9CBB

Color information

#CD9CBB (or 0xCD9CBB) is unknown color: approx Lily. HEX triplet: CD, 9C and BB. RGB value is (205,156,187). Sum of RGB (Red+Green+Blue) = 205+156+187=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CBB is #326344. Grayscale: #AEAEAE. Windows color (decimal): -3302213 or 12295373. OLE color: 12295373.

HSL color Cylindrical-coordinate representation of color #CD9CBB: hue angle of 322.04º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9CBB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205156187-
CMYK00.240.090.20
HSL322.04º32.89%70.78%-
HSV(B)322.04º23.9%80.39%-
XYZ46.0340.3452.37-
YUV174.18135.23149.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=37.41%
G=28.47%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515618700.240.090.20322.0432.8970.78
HexCD9CBB0189141422147
Octal315234273030112450241107
Binary1100110110011100101110110110001001101001010000101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CBB; }

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

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

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

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

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

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

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

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