Html Css Color HEX #ECDDCD Almond

📋 copy color: '#ECDDCD'

red 236 ◦ green 221 ◦ blue 205

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

Shades of Almond #ECDDCD

Tints of Almond #ECDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.97%

R = 35.65%
G = 33.38%
B = 30.97%

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

#ECDDCD (or 0xECDDCD) is known color: Almond. HEX triplet: EC, DD and CD. RGB value is (236,221,205). Sum of RGB (Red+Green+Blue) = 236+221+205=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCD is #132232. Grayscale: #DFDFDF. Windows color (decimal): -1253939 or 13491692. OLE color: 13491692.

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

Color convert

RGB 236 221 205 -
CMYK 0 0.06 0.13 0.07
HSL 30.97º 0.45% 0.86% -
HSV(B) 30.97º 0.13% 0.93% -
XYZ 71.47 73.95 68.27 -
YUV 223.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 236 221 205 0 0.06 0.13 0.07 30.97 0.45 0.86
Hex EC DD CD 0 6 D 7 1F 2D 56
Octal 354 335 315 0 6 15 7 37 55 126
Binary 11101100 11011101 11001101 0 110 1101 111 11111 101101 1010110

Color Harmonies of #ECDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDCD

Black with #ECDDCD

Text Example


Text Example

White with #ECDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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