#CDA9B7

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

Shades of Lily #CDA9B7

Tints of Lily #CDA9B7

Color information

#CDA9B7 (or 0xCDA9B7) is unknown color: approx Lily. HEX triplet: CD, A9 and B7. RGB value is (205,169,183). Sum of RGB (Red+Green+Blue) = 205+169+183=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9B7 is #325648. Grayscale: #B5B5B5. Windows color (decimal): -3298889 or 12036557. OLE color: 12036557.

HSL color Cylindrical-coordinate representation of color #CDA9B7: hue angle of 336.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9B7 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB205169183-
CMYK00.180.110.20
HSL336.67º26.47%73.33%-
HSV(B)336.67º17.56%80.39%-
XYZ47.9144.7750.92-
YUV181.36128.93144.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=36.80%
G=30.34%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516918300.180.110.20336.6726.4773.33
HexCDA9B7012B141511a49
Octal315251267022132452132111
Binary110011011010100110110111010010101110100101010001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9B7; }

 p { color: rgb(205,169,183); }

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

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

 a { background-color: rgb(205,169,183); }

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

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

 span { border-color: rgb(205,169,183); }

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