#CD9CB6

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

Shades of Lily #CD9CB6

Tints of Lily #CD9CB6

Color information

#CD9CB6 (or 0xCD9CB6) is unknown color: approx Lily. HEX triplet: CD, 9C and B6. RGB value is (205,156,182). Sum of RGB (Red+Green+Blue) = 205+156+182=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CB6 is #326349. Grayscale: #ADADAD. Windows color (decimal): -3302218 or 11967693. OLE color: 11967693.

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

Color convert

RGB205156182-
CMYK00.240.110.20
HSL328.16º32.89%70.78%-
HSV(B)328.16º23.9%80.39%-
XYZ45.5140.1349.6-
YUV173.61132.73150.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=37.75%
G=28.73%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515618200.240.110.20328.1632.8970.78
HexCD9CB6018B141482147
Octal315234266030132451041107
Binary1100110110011100101101100110001011101001010010001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CB6; }

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

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

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

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

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

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

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

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