#CDA5BB

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

Shades of Lily #CDA5BB

Tints of Lily #CDA5BB

Color information

#CDA5BB (or 0xCDA5BB) is unknown color: approx Lily. HEX triplet: CD, A5 and BB. RGB value is (205,165,187). Sum of RGB (Red+Green+Blue) = 205+165+187=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5BB is #325A44. Grayscale: #B3B3B3. Windows color (decimal): -3299909 or 12297677. OLE color: 12297677.

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

Color convert

RGB205165187-
CMYK00.200.090.20
HSL327º28.57%72.55%-
HSV(B)327º19.51%80.39%-
XYZ47.643.4852.9-
YUV179.47132.25146.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=36.80%
G=29.62%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516518700.200.090.2032728.5772.55
HexCDA5BB0149141471d49
Octal315245273024112450735111
Binary110011011010010110111011010100100110100101000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5BB; }

 p { color: rgb(205,165,187); }

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

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

 a { background-color: rgb(205,165,187); }

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

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

 span { border-color: rgb(205,165,187); }

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