Html Css Color HEX #ECD5C2 Almond

📋 copy color: '#ECD5C2'

red 236 ◦ green 213 ◦ blue 194

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

Shades of Almond #ECD5C2

Tints of Almond #ECD5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.13%

 BLUE value IS 194 (76.17% from 255) = 30.17%

R = 36.7%
G = 33.13%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECD5C2 (or 0xECD5C2) is known color: Almond. HEX triplet: EC, D5 and C2. RGB value is (236,213,194). Sum of RGB (Red+Green+Blue) = 236+213+194=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5C2 is #132A3D. Grayscale: #D9D9D9. Windows color (decimal): -1255998 or 12768748. OLE color: 12768748.

HSL color Cylindrical-coordinate representation of color #ECD5C2: hue angle of 27.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECD5C2 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 194 -
CMYK 0 0.10 0.18 0.07
HSL 27.14º 0.53% 0.84% -
HSV(B) 27.14º 0.18% 0.93% -
XYZ 68.12 69.32 60.83 -
YUV 217.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 236 213 194 0 0.10 0.18 0.07 27.14 0.53 0.84
Hex EC D5 C2 0 A 12 7 1B 34 54
Octal 354 325 302 0 12 22 7 33 64 124
Binary 11101100 11010101 11000010 0 1010 10010 111 11011 110100 1010100

Color Harmonies of #ECD5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5C2

Black with #ECD5C2

Text Example


Text Example

White with #ECD5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5C2; }

 p { color: rgb(236,213,194); }

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

background-color css

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

 a { background-color: rgb(236,213,194); }

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

border-color css

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

 span { border-color: rgb(236,213,194); }

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