#CDA1BD

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

Shades of Lily #CDA1BD

Tints of Lily #CDA1BD

Color information

#CDA1BD (or 0xCDA1BD) is unknown color: approx Lily. HEX triplet: CD, A1 and BD. RGB value is (205,161,189). Sum of RGB (Red+Green+Blue) = 205+161+189=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1BD is #325E42. Grayscale: #B1B1B1. Windows color (decimal): -3300931 or 12427725. OLE color: 12427725.

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

Color convert

RGB205161189-
CMYK00.210.080.20
HSL321.82º30.56%71.76%-
HSV(B)321.82º21.46%80.39%-
XYZ47.1142.1453.8-
YUV177.35134.58147.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=36.94%
G=29.01%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516118900.210.080.20321.8230.5671.76
HexCDA1BD0158141421f48
Octal315241275025102450237110
Binary110011011010000110111101010101100010100101000010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1BD; }

 p { color: rgb(205,161,189); }

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

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

 a { background-color: rgb(205,161,189); }

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

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

 span { border-color: rgb(205,161,189); }

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