Html Css Color HEX #ECDDCA Almond

📋 copy color: '#ECDDCA'

red 236 ◦ green 221 ◦ blue 202

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

Shades of Almond #ECDDCA

Tints of Almond #ECDDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.65%

R = 35.81%
G = 33.54%
B = 30.65%

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

#ECDDCA (or 0xECDDCA) is known color: Almond. HEX triplet: EC, DD and CA. RGB value is (236,221,202). Sum of RGB (Red+Green+Blue) = 236+221+202=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCA is #132235. Grayscale: #DFDFDF. Windows color (decimal): -1253942 or 13295084. OLE color: 13295084.

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

Color convert

RGB 236 221 202 -
CMYK 0 0.06 0.14 0.07
HSL 33.53º 0.47% 0.86% -
HSV(B) 33.53º 0.14% 0.93% -
XYZ 71.11 73.81 66.38 -
YUV 223.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 236 221 202 0 0.06 0.14 0.07 33.53 0.47 0.86
Hex EC DD CA 0 6 E 7 22 2F 56
Octal 354 335 312 0 6 16 7 42 57 126
Binary 11101100 11011101 11001010 0 110 1110 111 100010 101111 1010110

Color Harmonies of #ECDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDCA

Black with #ECDDCA

Text Example


Text Example

White with #ECDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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