#CD9CB3

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

Shades of Lily #CD9CB3

Tints of Lily #CD9CB3

Color information

#CD9CB3 (or 0xCD9CB3) is unknown color: approx Lily. HEX triplet: CD, 9C and B3. RGB value is (205,156,179). Sum of RGB (Red+Green+Blue) = 205+156+179=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CB3 is #32634C. Grayscale: #ADADAD. Windows color (decimal): -3302221 or 11771085. OLE color: 11771085.

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

Color convert

RGB205156179-
CMYK00.240.130.20
HSL331.84º32.89%70.78%-
HSV(B)331.84º23.9%80.39%-
XYZ45.240.0147.99-
YUV173.27131.23150.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=37.96%
G=28.89%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515617900.240.130.20331.8432.8970.78
HexCD9CB3018D1414c2147
Octal315234263030152451441107
Binary1100110110011100101100110110001101101001010011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CB3; }

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

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

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

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

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

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

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

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