Html Css Color HEX #ECDBC7 Almond

📋 copy color: '#ECDBC7'

red 236 ◦ green 219 ◦ blue 199

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

Shades of Almond #ECDBC7

Tints of Almond #ECDBC7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.49%

 BLUE value IS 199 (78.13% from 255) = 30.43%

R = 36.09%
G = 33.49%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ECDBC7 (or 0xECDBC7) is known color: Almond. HEX triplet: EC, DB and C7. RGB value is (236,219,199). Sum of RGB (Red+Green+Blue) = 236+219+199=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC7 is #132438. Grayscale: #DDDDDD. Windows color (decimal): -1254457 or 13097964. OLE color: 13097964.

HSL color Cylindrical-coordinate representation of color #ECDBC7: hue angle of 32.43º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECDBC7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 199 -
CMYK 0 0.07 0.16 0.07
HSL 32.43º 0.49% 0.85% -
HSV(B) 32.43º 0.16% 0.93% -
XYZ 70.23 72.62 64.35 -
YUV 221.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 236 219 199 0 0.07 0.16 0.07 32.43 0.49 0.85
Hex EC DB C7 0 7 10 7 20 31 55
Octal 354 333 307 0 7 20 7 40 61 125
Binary 11101100 11011011 11000111 0 111 10000 111 100000 110001 1010101

Color Harmonies of #ECDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBC7

Black with #ECDBC7

Text Example


Text Example

White with #ECDBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBC7; }

 p { color: rgb(236,219,199); }

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

background-color css

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

 a { background-color: rgb(236,219,199); }

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

border-color css

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

 span { border-color: rgb(236,219,199); }

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