Html Css Color HEX #ECDDCE Almond

📋 copy color: '#ECDDCE'

red 236 ◦ green 221 ◦ blue 206

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

Shades of Almond #ECDDCE

Tints of Almond #ECDDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.07%

R = 35.6%
G = 33.33%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ECDDCE (or 0xECDDCE) is known color: Almond. HEX triplet: EC, DD and CE. RGB value is (236,221,206). Sum of RGB (Red+Green+Blue) = 236+221+206=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCE is #132231. Grayscale: #DFDFDF. Windows color (decimal): -1253938 or 13557228. OLE color: 13557228.

HSL color Cylindrical-coordinate representation of color #ECDDCE: hue angle of 30º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDDCE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 206 -
CMYK 0 0.06 0.13 0.07
HSL 30º 0.44% 0.87% -
HSV(B) 30º 0.13% 0.93% -
XYZ 71.59 74 68.9 -
YUV 223.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 236 221 206 0 0.06 0.13 0.07 30 0.44 0.87
Hex EC DD CE 0 6 D 7 1E 2C 57
Octal 354 335 316 0 6 15 7 36 54 127
Binary 11101100 11011101 11001110 0 110 1101 111 11110 101100 1010111

Color Harmonies of #ECDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDCE

Black with #ECDDCE

Text Example


Text Example

White with #ECDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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