Html Css Color HEX #ECD4B9 Pink Lady

📋 copy color: '#ECD4B9'

red 236 ◦ green 212 ◦ blue 185

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

Shades of Pink Lady #ECD4B9

Tints of Pink Lady #ECD4B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.23%

R = 37.28%
G = 33.49%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECD4B9 (or 0xECD4B9) is known color: Pink Lady. HEX triplet: EC, D4 and B9. RGB value is (236,212,185). Sum of RGB (Red+Green+Blue) = 236+212+185=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4B9 is #132B46. Grayscale: #D8D8D8. Windows color (decimal): -1256263 or 12178668. OLE color: 12178668.

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

Color convert

RGB 236 212 185 -
CMYK 0 0.10 0.22 0.07
HSL 31.76º 0.57% 0.83% -
HSV(B) 31.76º 0.22% 0.93% -
XYZ 66.89 68.42 55.58 -
YUV 216.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 236 212 185 0 0.10 0.22 0.07 31.76 0.57 0.83
Hex EC D4 B9 0 A 16 7 20 39 53
Octal 354 324 271 0 12 26 7 40 71 123
Binary 11101100 11010100 10111001 0 1010 10110 111 100000 111001 1010011

Color Harmonies of #ECD4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4B9

Black with #ECD4B9

Text Example


Text Example

White with #ECD4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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