#ECDBC7

Color #ECDBC7 Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond #ECDBC7

Tints of Almond #ECDBC7

Color information

#ECDBC7 (or 0xECDBC7) is unknown color: approx 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

RGB236219199-
CMYK00.070.160.07
HSL32.43º49.33%85.29%-
HSV(B)32.43º15.68%92.55%-
XYZ70.2372.6264.35-
YUV221.8115.13138.13-

RGB Variations

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

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.12% from 255) = 30.43%
R=36.09%
G=33.49%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621919900.070.160.0732.4349.3385.29
HexECDBC707107203155
Octal354333307072074061125
Binary1110110011011011110001110111100001111000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>