Html Css Color HEX #ECDCCE Almond

📋 copy color: '#ECDCCE'

red 236 ◦ green 220 ◦ blue 206

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

Shades of Almond #ECDCCE

Tints of Almond #ECDCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.12%

R = 35.65%
G = 33.23%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ECDCCE (or 0xECDCCE) is known color: Almond. HEX triplet: EC, DC and CE. RGB value is (236,220,206). Sum of RGB (Red+Green+Blue) = 236+220+206=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCCE is #132331. Grayscale: #DFDFDF. Windows color (decimal): -1254194 or 13556972. OLE color: 13556972.

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

Color convert

RGB 236 220 206 -
CMYK 0 0.07 0.13 0.07
HSL 28º 0.44% 0.87% -
HSV(B) 28º 0.13% 0.93% -
XYZ 71.33 73.48 68.82 -
YUV 223.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 236 220 206 0 0.07 0.13 0.07 28 0.44 0.87
Hex EC DC CE 0 7 D 7 1C 2C 57
Octal 354 334 316 0 7 15 7 34 54 127
Binary 11101100 11011100 11001110 0 111 1101 111 11100 101100 1010111

Color Harmonies of #ECDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCCE

Black with #ECDCCE

Text Example


Text Example

White with #ECDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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