Html Css Color HEX #ECDCC8 Almond

📋 copy color: '#ECDCC8'

red 236 ◦ green 220 ◦ blue 200

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

Shades of Almond #ECDCC8

Tints of Almond #ECDCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.54%

 BLUE value IS 200 (78.52% from 255) = 30.49%

R = 35.98%
G = 33.54%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ECDCC8 (or 0xECDCC8) is known color: Almond. HEX triplet: EC, DC and C8. RGB value is (236,220,200). Sum of RGB (Red+Green+Blue) = 236+220+200=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC8 is #132337. Grayscale: #DEDEDE. Windows color (decimal): -1254200 or 13163756. OLE color: 13163756.

HSL color Cylindrical-coordinate representation of color #ECDCC8: hue angle of 33.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECDCC8 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 200 -
CMYK 0 0.07 0.15 0.07
HSL 33.33º 0.49% 0.85% -
HSV(B) 33.33º 0.15% 0.93% -
XYZ 70.61 73.19 65.05 -
YUV 222.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 236 220 200 0 0.07 0.15 0.07 33.33 0.49 0.85
Hex EC DC C8 0 7 F 7 21 31 55
Octal 354 334 310 0 7 17 7 41 61 125
Binary 11101100 11011100 11001000 0 111 1111 111 100001 110001 1010101

Color Harmonies of #ECDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCC8

Black with #ECDCC8

Text Example


Text Example

White with #ECDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCC8; }

 p { color: rgb(236,220,200); }

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

background-color css

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

 a { background-color: rgb(236,220,200); }

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

border-color css

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

 span { border-color: rgb(236,220,200); }

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