#CDA8B5

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

Shades of Lily #CDA8B5

Tints of Lily #CDA8B5

Color information

#CDA8B5 (or 0xCDA8B5) is unknown color: approx Lily. HEX triplet: CD, A8 and B5. RGB value is (205,168,181). Sum of RGB (Red+Green+Blue) = 205+168+181=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8B5 is #32574A. Grayscale: #B4B4B4. Windows color (decimal): -3299147 or 11905229. OLE color: 11905229.

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

Color convert

RGB205168181-
CMYK00.180.120.20
HSL338.92º27.01%73.14%-
HSV(B)338.92º18.05%80.39%-
XYZ47.5244.3249.77-
YUV180.54128.26145.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=37.00%
G=30.32%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516818100.180.120.20338.9227.0173.14
HexCDA8B5012C141531b49
Octal315250265022142452333111
Binary110011011010100010110101010010110010100101010011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8B5; }

 p { color: rgb(205,168,181); }

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

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

 a { background-color: rgb(205,168,181); }

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

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

 span { border-color: rgb(205,168,181); }

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