Html Css Color HEX #ECDDCC Almond

📋 copy color: '#ECDDCC'

red 236 ◦ green 221 ◦ blue 204

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

Shades of Almond #ECDDCC

Tints of Almond #ECDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.43%

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

R = 35.7%
G = 33.43%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECDDCC (or 0xECDDCC) is known color: Almond. HEX triplet: EC, DD and CC. RGB value is (236,221,204). Sum of RGB (Red+Green+Blue) = 236+221+204=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCC is #132233. Grayscale: #DFDFDF. Windows color (decimal): -1253940 or 13426156. OLE color: 13426156.

HSL color Cylindrical-coordinate representation of color #ECDDCC: hue angle of 31.88º 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 #ECDDCC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 204 -
CMYK 0 0.06 0.14 0.07
HSL 31.88º 0.46% 0.86% -
HSV(B) 31.88º 0.14% 0.93% -
XYZ 71.35 73.91 67.63 -
YUV 223.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 236 221 204 0 0.06 0.14 0.07 31.88 0.46 0.86
Hex EC DD CC 0 6 E 7 20 2E 56
Octal 354 335 314 0 6 16 7 40 56 126
Binary 11101100 11011101 11001100 0 110 1110 111 100000 101110 1010110

Color Harmonies of #ECDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDCC

Black with #ECDDCC

Text Example


Text Example

White with #ECDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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