#CDA3BC

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

Shades of Lily #CDA3BC

Tints of Lily #CDA3BC

Color information

#CDA3BC (or 0xCDA3BC) is unknown color: approx Lily. HEX triplet: CD, A3 and BC. RGB value is (205,163,188). Sum of RGB (Red+Green+Blue) = 205+163+188=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3BC is #325C43. Grayscale: #B2B2B2. Windows color (decimal): -3300420 or 12362701. OLE color: 12362701.

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

Color convert

RGB205163188-
CMYK00.200.080.20
HSL324.29º29.58%72.16%-
HSV(B)324.29º20.49%80.39%-
XYZ47.3542.853.34-
YUV178.41133.41146.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=36.87%
G=29.32%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516318800.200.080.20324.2929.5872.16
HexCDA3BC0148141441e48
Octal315243274024102450436110
Binary110011011010001110111100010100100010100101000100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA3BC; }

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

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

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

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

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

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

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

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