#CDA9B9

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

Shades of Lily #CDA9B9

Tints of Lily #CDA9B9

Color information

#CDA9B9 (or 0xCDA9B9) is unknown color: approx Lily. HEX triplet: CD, A9 and B9. RGB value is (205,169,185). Sum of RGB (Red+Green+Blue) = 205+169+185=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9B9 is #325646. Grayscale: #B5B5B5. Windows color (decimal): -3298887 or 12167629. OLE color: 12167629.

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

Color convert

RGB205169185-
CMYK00.180.100.20
HSL333.33º26.47%73.33%-
HSV(B)333.33º17.56%80.39%-
XYZ48.1244.8652.02-
YUV181.59129.93144.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=36.67%
G=30.23%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516918500.180.100.20333.3326.4773.33
HexCDA9B9012A1414d1a49
Octal315251271022122451532111
Binary110011011010100110111001010010101010100101001101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9B9; }

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

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

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

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

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

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

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

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