Html Css Color HEX #ECD2BC Almond

📋 copy color: '#ECD2BC'

red 236 ◦ green 210 ◦ blue 188

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

Shades of Almond #ECD2BC

Tints of Almond #ECD2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.65%

R = 37.22%
G = 33.12%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECD2BC (or 0xECD2BC) is known color: Almond. HEX triplet: EC, D2 and BC. RGB value is (236,210,188). Sum of RGB (Red+Green+Blue) = 236+210+188=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2BC is #132D43. Grayscale: #D7D7D7. Windows color (decimal): -1256772 or 12374764. OLE color: 12374764.

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

Color convert

RGB 236 210 188 -
CMYK 0 0.11 0.20 0.07
HSL 27.5º 0.56% 0.83% -
HSV(B) 27.5º 0.2% 0.93% -
XYZ 66.72 67.56 57.1 -
YUV 215.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 236 210 188 0 0.11 0.20 0.07 27.5 0.56 0.83
Hex EC D2 BC 0 B 14 7 1C 38 53
Octal 354 322 274 0 13 24 7 34 70 123
Binary 11101100 11010010 10111100 0 1011 10100 111 11100 111000 1010011

Color Harmonies of #ECD2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2BC

Black with #ECD2BC

Text Example


Text Example

White with #ECD2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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