#CD9CB0

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

Shades of Lily #CD9CB0

Tints of Lily #CD9CB0

Color information

#CD9CB0 (or 0xCD9CB0) is unknown color: approx Lily. HEX triplet: CD, 9C and B0. RGB value is (205,156,176). Sum of RGB (Red+Green+Blue) = 205+156+176=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9CB0 is #32634F. Grayscale: #ACACAC. Windows color (decimal): -3302224 or 11574477. OLE color: 11574477.

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

Color convert

RGB205156176-
CMYK00.240.140.20
HSL335.51º32.89%70.78%-
HSV(B)335.51º23.9%80.39%-
XYZ44.939.8946.41-
YUV172.93129.73150.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=38.18%
G=29.05%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515617600.240.140.20335.5132.8970.78
HexCD9CB0018E141502147
Octal315234260030162452041107
Binary1100110110011100101100000110001110101001010100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CB0; }

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

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

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

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

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

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

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

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