Html Css Color HEX #ECDBC6 Almond

📋 copy color: '#ECDBC6'

red 236 ◦ green 219 ◦ blue 198

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

Shades of Almond #ECDBC6

Tints of Almond #ECDBC6

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 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

#ECDBC6 (or 0xECDBC6) is known color: 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

RGB 236 219 198 -
CMYK 0 0.07 0.16 0.07
HSL 33.16º 0.5% 0.85% -
HSV(B) 33.16º 0.16% 0.93% -
XYZ 70.12 72.57 63.74 -
YUV 221.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 236 219 198 0 0.07 0.16 0.07 33.16 0.5 0.85
Hex EC DB C6 0 7 10 7 21 32 55
Octal 354 333 306 0 7 20 7 41 62 125
Binary 11101100 11011011 11000110 0 111 10000 111 100001 110010 1010101

Color Harmonies of #ECDBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBC6

Black with #ECDBC6

Text Example


Text Example

White with #ECDBC6

Text Example


Text Example

HTML Codes & Css Web 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>