Html Css Color HEX #ECD4C1 Almond

📋 copy color: '#ECD4C1'

red 236 ◦ green 212 ◦ blue 193

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

Shades of Almond #ECD4C1

Tints of Almond #ECD4C1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

 BLUE value IS 193 (75.78% from 255) = 30.11%

R = 36.82%
G = 33.07%
B = 30.11%

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

#ECD4C1 (or 0xECD4C1) is known color: Almond. HEX triplet: EC, D4 and C1. RGB value is (236,212,193). Sum of RGB (Red+Green+Blue) = 236+212+193=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4C1 is #132B3E. Grayscale: #D9D9D9. Windows color (decimal): -1256255 or 12702956. OLE color: 12702956.

HSL color Cylindrical-coordinate representation of color #ECD4C1: hue angle of 26.51º degrees, saturation: 0.53, 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 #ECD4C1 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 193 -
CMYK 0 0.10 0.18 0.07
HSL 26.51º 0.53% 0.84% -
HSV(B) 26.51º 0.18% 0.93% -
XYZ 67.76 68.77 60.15 -
YUV 217.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 236 212 193 0 0.10 0.18 0.07 26.51 0.53 0.84
Hex EC D4 C1 0 A 12 7 1B 35 54
Octal 354 324 301 0 12 22 7 33 65 124
Binary 11101100 11010100 11000001 0 1010 10010 111 11011 110101 1010100

Color Harmonies of #ECD4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4C1

Black with #ECD4C1

Text Example


Text Example

White with #ECD4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4C1; }

 p { color: rgb(236,212,193); }

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

background-color css

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

 a { background-color: rgb(236,212,193); }

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

border-color css

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

 span { border-color: rgb(236,212,193); }

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