#ECDBC6

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

Shades of Almond #ECDBC6

Tints of Almond #ECDBC6

Color information

#ECDBC6 (or 0xECDBC6) is unknown color: approx Almond. HEX triplet: EC, DB and C6. RGB value is (236,219,198). Sum of RGB (Red+Green+Blue) = 236+219+198=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC6 is #132439. Grayscale: #DDDDDD. Windows color (decimal): -1254458 or 13032428. OLE color: 13032428.

HSL color Cylindrical-coordinate representation of color #ECDBC6: hue angle of 33.16º degrees, saturation: 0.5, 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 #ECDBC6 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB236219198-
CMYK00.070.160.07
HSL33.16º50%85.1%-
HSV(B)33.16º16.1%92.55%-
XYZ70.1272.5763.74-
YUV221.69114.63138.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=36.14%
G=33.54%
B=30.32%

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
Decimal23621919800.070.160.0733.165085.1
HexECDBC607107213255
Octal354333306072074162125
Binary1110110011011011110001100111100001111000011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBC6; }

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

 H1.HeaderClassName
 {
   color: #ECDBC6;
 }
 .AnyTagClassName
 {
   color: #ECDBC6;
 }
</style>
background-color css

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

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

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

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

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

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