#CDA6B6

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

Shades of Lily #CDA6B6

Tints of Lily #CDA6B6

Color information

#CDA6B6 (or 0xCDA6B6) is unknown color: approx Lily. HEX triplet: CD, A6 and B6. RGB value is (205,166,182). Sum of RGB (Red+Green+Blue) = 205+166+182=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6B6 is #325949. Grayscale: #B3B3B3. Windows color (decimal): -3299658 or 11970253. OLE color: 11970253.

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

Color convert

RGB205166182-
CMYK00.190.110.20
HSL335.38º28.06%72.75%-
HSV(B)335.38º19.02%80.39%-
XYZ47.2643.6350.19-
YUV179.48129.42146.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=37.07%
G=30.02%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516618200.190.110.20335.3828.0672.75
HexCDA6B6013B1414f1c49
Octal315246266023132451734111
Binary110011011010011010110110010011101110100101001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6B6; }

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

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

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

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

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

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

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

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