Html Css Color HEX #ECDAC6 Almond

📋 copy color: '#ECDAC6'

red 236 ◦ green 218 ◦ blue 198

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

Shades of Almond #ECDAC6

Tints of Almond #ECDAC6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.44%

 BLUE value IS 198 (77.73% from 255) = 30.37%

R = 36.2%
G = 33.44%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ECDAC6 (or 0xECDAC6) is known color: Almond. HEX triplet: EC, DA and C6. RGB value is (236,218,198). Sum of RGB (Red+Green+Blue) = 236+218+198=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAC6 is #132539. Grayscale: #DDDDDD. Windows color (decimal): -1254714 or 13032172. OLE color: 13032172.

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

Color convert

RGB 236 218 198 -
CMYK 0 0.08 0.16 0.07
HSL 31.58º 0.5% 0.85% -
HSV(B) 31.58º 0.16% 0.93% -
XYZ 69.86 72.05 63.65 -
YUV 221.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 236 218 198 0 0.08 0.16 0.07 31.58 0.5 0.85
Hex EC DA C6 0 8 10 7 20 32 55
Octal 354 332 306 0 10 20 7 40 62 125
Binary 11101100 11011010 11000110 0 1000 10000 111 100000 110010 1010101

Color Harmonies of #ECDAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAC6

Black with #ECDAC6

Text Example


Text Example

White with #ECDAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAC6; }

 p { color: rgb(236,218,198); }

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

background-color css

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

 a { background-color: rgb(236,218,198); }

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

border-color css

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

 span { border-color: rgb(236,218,198); }

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