#CDA1BC

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

Shades of Lily #CDA1BC

Tints of Lily #CDA1BC

Color information

#CDA1BC (or 0xCDA1BC) is unknown color: approx Lily. HEX triplet: CD, A1 and BC. RGB value is (205,161,188). Sum of RGB (Red+Green+Blue) = 205+161+188=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1BC is #325E43. Grayscale: #B1B1B1. Windows color (decimal): -3300932 or 12362189. OLE color: 12362189.

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

Color convert

RGB205161188-
CMYK00.210.080.20
HSL323.18º30.56%71.76%-
HSV(B)323.18º21.46%80.39%-
XYZ4742.153.23-
YUV177.23134.08147.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=37.00%
G=29.06%
B=33.94%

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
Decimal20516118800.210.080.20323.1830.5671.76
HexCDA1BC0158141431f48
Octal315241274025102450337110
Binary110011011010000110111100010101100010100101000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1BC; }

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

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

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

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

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

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

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

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