Html Css Color HEX #ECDBCC Almond

📋 copy color: '#ECDBCC'

red 236 ◦ green 219 ◦ blue 204

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

Shades of Almond #ECDBCC

Tints of Almond #ECDBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.96%

R = 35.81%
G = 33.23%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECDBCC (or 0xECDBCC) is known color: Almond. HEX triplet: EC, DB and CC. RGB value is (236,219,204). Sum of RGB (Red+Green+Blue) = 236+219+204=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCC is #132433. Grayscale: #DEDEDE. Windows color (decimal): -1254452 or 13425644. OLE color: 13425644.

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

Color convert

RGB 236 219 204 -
CMYK 0 0.07 0.14 0.07
HSL 28.13º 0.46% 0.86% -
HSV(B) 28.13º 0.14% 0.93% -
XYZ 70.82 72.86 67.46 -
YUV 222.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 236 219 204 0 0.07 0.14 0.07 28.13 0.46 0.86
Hex EC DB CC 0 7 E 7 1C 2E 56
Octal 354 333 314 0 7 16 7 34 56 126
Binary 11101100 11011011 11001100 0 111 1110 111 11100 101110 1010110

Color Harmonies of #ECDBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBCC

Black with #ECDBCC

Text Example


Text Example

White with #ECDBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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