#ECD6BB

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

Shades of Pink Lady #ECD6BB

Tints of Pink Lady #ECD6BB

Color information

#ECD6BB (or 0xECD6BB) is unknown color: approx Pink Lady. HEX triplet: EC, D6 and BB. RGB value is (236,214,187). Sum of RGB (Red+Green+Blue) = 236+214+187=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6BB is #132944. Grayscale: #D9D9D9. Windows color (decimal): -1255749 or 12310252. OLE color: 12310252.

HSL color Cylindrical-coordinate representation of color #ECD6BB: hue angle of 33.06º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECD6BB is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236214187-
CMYK00.090.210.07
HSL33.06º56.32%82.94%-
HSV(B)33.06º20.76%92.55%-
XYZ67.6169.5156.87-
YUV217.5110.79141.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=37.05%
G=33.59%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621418700.090.210.0733.0656.3282.94
HexECD6BB09157213853
Octal3543262730112574170123
Binary11101100110101101011101101001101011111000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6BB; }

 p { color: rgb(236,214,187); }

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

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

 a { background-color: rgb(236,214,187); }

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

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

 span { border-color: rgb(236,214,187); }

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