Html Css Color HEX #ECD5BC Almond

📋 copy color: '#ECD5BC'

red 236 ◦ green 213 ◦ blue 188

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

Shades of Almond #ECD5BC

Tints of Almond #ECD5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.51%

R = 37.05%
G = 33.44%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECD5BC (or 0xECD5BC) is known color: Almond. HEX triplet: EC, D5 and BC. RGB value is (236,213,188). Sum of RGB (Red+Green+Blue) = 236+213+188=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5BC is #132A43. Grayscale: #D9D9D9. Windows color (decimal): -1256004 or 12375532. OLE color: 12375532.

HSL color Cylindrical-coordinate representation of color #ECD5BC: hue angle of 31.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECD5BC is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 188 -
CMYK 0 0.10 0.20 0.07
HSL 31.25º 0.56% 0.83% -
HSV(B) 31.25º 0.2% 0.93% -
XYZ 67.46 69.05 57.35 -
YUV 217.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 236 213 188 0 0.10 0.20 0.07 31.25 0.56 0.83
Hex EC D5 BC 0 A 14 7 1F 38 53
Octal 354 325 274 0 12 24 7 37 70 123
Binary 11101100 11010101 10111100 0 1010 10100 111 11111 111000 1010011

Color Harmonies of #ECD5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5BC

Black with #ECD5BC

Text Example


Text Example

White with #ECD5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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