Html Css Color HEX #ECD2B8 Pink Lady

📋 copy color: '#ECD2B8'

red 236 ◦ green 210 ◦ blue 184

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

Shades of Pink Lady #ECD2B8

Tints of Pink Lady #ECD2B8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.33%

 BLUE value IS 184 (72.27% from 255) = 29.21%

R = 37.46%
G = 33.33%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECD2B8 (or 0xECD2B8) is known color: Pink Lady. HEX triplet: EC, D2 and B8. RGB value is (236,210,184). Sum of RGB (Red+Green+Blue) = 236+210+184=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2B8 is #132D47. Grayscale: #D6D6D6. Windows color (decimal): -1256776 or 12112620. OLE color: 12112620.

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

Color convert

RGB 236 210 184 -
CMYK 0 0.11 0.22 0.07
HSL 30º 0.58% 0.82% -
HSV(B) 30º 0.22% 0.93% -
XYZ 66.29 67.39 54.86 -
YUV 214.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 236 210 184 0 0.11 0.22 0.07 30 0.58 0.82
Hex EC D2 B8 0 B 16 7 1E 3A 52
Octal 354 322 270 0 13 26 7 36 72 122
Binary 11101100 11010010 10111000 0 1011 10110 111 11110 111010 1010010

Color Harmonies of #ECD2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2B8

Black with #ECD2B8

Text Example


Text Example

White with #ECD2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2B8; }

 p { color: rgb(236,210,184); }

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

background-color css

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

 a { background-color: rgb(236,210,184); }

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

border-color css

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

 span { border-color: rgb(236,210,184); }

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