#CDA0B6

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

Shades of Lily #CDA0B6

Tints of Lily #CDA0B6

Color information

#CDA0B6 (or 0xCDA0B6) is unknown color: approx Lily. HEX triplet: CD, A0 and B6. RGB value is (205,160,182). Sum of RGB (Red+Green+Blue) = 205+160+182=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0B6 is #325F49. Grayscale: #AFAFAF. Windows color (decimal): -3301194 or 11968717. OLE color: 11968717.

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

Color convert

RGB205160182-
CMYK00.220.110.20
HSL330.67º31.03%71.57%-
HSV(B)330.67º21.95%80.39%-
XYZ46.1941.549.83-
YUV175.96131.41148.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=37.48%
G=29.25%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516018200.220.110.20330.6731.0371.57
HexCDA0B6016B1414b1f48
Octal315240266026132451337110
Binary110011011010000010110110010110101110100101001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0B6; }

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

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

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

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

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

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

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

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