#CDA7B9

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

Shades of Lily #CDA7B9

Tints of Lily #CDA7B9

Color information

#CDA7B9 (or 0xCDA7B9) is unknown color: approx Lily. HEX triplet: CD, A7 and B9. RGB value is (205,167,185). Sum of RGB (Red+Green+Blue) = 205+167+185=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7B9 is #325846. Grayscale: #B4B4B4. Windows color (decimal): -3299399 or 12167117. OLE color: 12167117.

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

Color convert

RGB205167185-
CMYK00.190.100.20
HSL331.58º27.54%72.94%-
HSV(B)331.58º18.54%80.39%-
XYZ47.7544.1251.9-
YUV180.41130.59145.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=36.80%
G=29.98%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516718500.190.100.20331.5827.5472.94
HexCDA7B9013A1414c1c49
Octal315247271023122451434111
Binary110011011010011110111001010011101010100101001100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7B9; }

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

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

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

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

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

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

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

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