#CD9CB8

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

Shades of Lily #CD9CB8

Tints of Lily #CD9CB8

Color information

#CD9CB8 (or 0xCD9CB8) is unknown color: approx Lily. HEX triplet: CD, 9C and B8. RGB value is (205,156,184). Sum of RGB (Red+Green+Blue) = 205+156+184=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CB8 is #326347. Grayscale: #ADADAD. Windows color (decimal): -3302216 or 12098765. OLE color: 12098765.

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

Color convert

RGB205156184-
CMYK00.240.100.20
HSL325.71º32.89%70.78%-
HSV(B)325.71º23.9%80.39%-
XYZ45.7240.2250.7-
YUV173.84133.73150.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=37.61%
G=28.62%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515618400.240.100.20325.7132.8970.78
HexCD9CB8018A141462147
Octal315234270030122450641107
Binary1100110110011100101110000110001010101001010001101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CB8; }

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

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

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

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

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

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

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

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