Html Css Color HEX #ECD4BA Pink Lady

📋 copy color: '#ECD4BA'

red 236 ◦ green 212 ◦ blue 186

#ECD4BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lady #ECD4BA

Tints of Pink Lady #ECD4BA

RGB

 RED value IS 236 (92.58% from 255) = 37.22%

 GREEN value IS 212 (83.2% from 255) = 33.44%

 BLUE value IS 186 (73.05% from 255) = 29.34%

R = 37.22%
G = 33.44%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECD4BA (or 0xECD4BA) is known color: Pink Lady. HEX triplet: EC, D4 and BA. RGB value is (236,212,186). Sum of RGB (Red+Green+Blue) = 236+212+186=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4BA is #132B45. Grayscale: #D8D8D8. Windows color (decimal): -1256262 or 12244204. OLE color: 12244204.

HSL color Cylindrical-coordinate representation of color #ECD4BA: hue angle of 31.2º degrees, saturation: 0.57, 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 #ECD4BA is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 186 -
CMYK 0 0.10 0.21 0.07
HSL 31.2º 0.57% 0.83% -
HSV(B) 31.2º 0.21% 0.93% -
XYZ 67 68.47 56.14 -
YUV 216.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 236 212 186 0 0.10 0.21 0.07 31.2 0.57 0.83
Hex EC D4 BA 0 A 15 7 1F 39 53
Octal 354 324 272 0 12 25 7 37 71 123
Binary 11101100 11010100 10111010 0 1010 10101 111 11111 111001 1010011

Color Harmonies of #ECD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4BA

Black with #ECD4BA

Text Example


Text Example

White with #ECD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4BA; }

 p { color: rgb(236,212,186); }

 H1.HeaderClassName
 {
   color: #ECD4BA;
 }
 .AnyTagClassName
 {
   color: #ECD4BA;
 }
</style>

background-color css

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

 a { background-color: rgb(236,212,186); }

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

border-color css

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

 span { border-color: rgb(236,212,186); }

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