#CDA6BA

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

Shades of Lily #CDA6BA

Tints of Lily #CDA6BA

Color information

#CDA6BA (or 0xCDA6BA) is unknown color: approx Lily. HEX triplet: CD, A6 and BA. RGB value is (205,166,186). Sum of RGB (Red+Green+Blue) = 205+166+186=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6BA is #325945. Grayscale: #B3B3B3. Windows color (decimal): -3299654 or 12232397. OLE color: 12232397.

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

Color convert

RGB205166186-
CMYK00.190.090.20
HSL329.23º28.06%72.75%-
HSV(B)329.23º19.02%80.39%-
XYZ47.6843.852.4-
YUV179.94131.42145.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=36.80%
G=29.80%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516618600.190.090.20329.2328.0672.75
HexCDA6BA0139141491c49
Octal315246272023112451134111
Binary110011011010011010111010010011100110100101001001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6BA; }

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

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

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

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

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

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

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

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