#CDAAB6

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

Shades of Lily #CDAAB6

Tints of Lily #CDAAB6

Color information

#CDAAB6 (or 0xCDAAB6) is unknown color: approx Lily. HEX triplet: CD, AA and B6. RGB value is (205,170,182). Sum of RGB (Red+Green+Blue) = 205+170+182=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAB6 is #325549. Grayscale: #B5B5B5. Windows color (decimal): -3298634 or 11971277. OLE color: 11971277.

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

Color convert

RGB205170182-
CMYK00.170.110.20
HSL339.43º25.93%73.53%-
HSV(B)339.43º17.07%80.39%-
XYZ4845.1150.43-
YUV181.83128.1144.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=36.80%
G=30.52%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517018200.170.110.20339.4325.9373.53
HexCDAAB6011B141531a4a
Octal315252266021132452332112
Binary110011011010101010110110010001101110100101010011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAB6; }

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

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

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

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

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

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

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

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