Html Css Color HEX #EDD4C3 Almond

📋 copy color: '#EDD4C3'

red 237 ◦ green 212 ◦ blue 195

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

Shades of Almond #EDD4C3

Tints of Almond #EDD4C3

RGB

 RED value IS 237 (92.97% from 255) = 36.8%

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

 BLUE value IS 195 (76.56% from 255) = 30.28%

R = 36.8%
G = 32.92%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDD4C3 (or 0xEDD4C3) is known color: Almond. HEX triplet: ED, D4 and C3. RGB value is (237,212,195). Sum of RGB (Red+Green+Blue) = 237+212+195=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4C3 is #122B3C. Grayscale: #D9D9D9. Windows color (decimal): -1190717 or 12834029. OLE color: 12834029.

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

Color convert

RGB 237 212 195 -
CMYK 0 0.11 0.18 0.07
HSL 24.29º 0.54% 0.85% -
HSV(B) 24.29º 0.18% 0.93% -
XYZ 68.32 69.03 61.35 -
YUV 217.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 237 212 195 0 0.11 0.18 0.07 24.29 0.54 0.85
Hex ED D4 C3 0 B 12 7 18 36 55
Octal 355 324 303 0 13 22 7 30 66 125
Binary 11101101 11010100 11000011 0 1011 10010 111 11000 110110 1010101

Color Harmonies of #EDD4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4C3

Black with #EDD4C3

Text Example


Text Example

White with #EDD4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4C3; }

 p { color: rgb(237,212,195); }

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

background-color css

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

 a { background-color: rgb(237,212,195); }

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

border-color css

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

 span { border-color: rgb(237,212,195); }

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