#CDA9B5

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

Shades of Lily #CDA9B5

Tints of Lily #CDA9B5

Color information

#CDA9B5 (or 0xCDA9B5) is unknown color: approx Lily. HEX triplet: CD, A9 and B5. RGB value is (205,169,181). Sum of RGB (Red+Green+Blue) = 205+169+181=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9B5 is #32564A. Grayscale: #B5B5B5. Windows color (decimal): -3298891 or 11905485. OLE color: 11905485.

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

Color convert

RGB205169181-
CMYK00.180.120.20
HSL340º26.47%73.33%-
HSV(B)340º17.56%80.39%-
XYZ47.7144.6949.83-
YUV181.13127.93145.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=36.94%
G=30.45%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516918100.180.120.2034026.4773.33
HexCDA9B5012C141541a49
Octal315251265022142452432111
Binary110011011010100110110101010010110010100101010100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9B5; }

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

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

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

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

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

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

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

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