Html Css Color HEX #EDDCC8 Almond

📋 copy color: '#EDDCC8'

red 237 ◦ green 220 ◦ blue 200

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

Shades of Almond #EDDCC8

Tints of Almond #EDDCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.44%

R = 36.07%
G = 33.49%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDDCC8 (or 0xEDDCC8) is known color: Almond. HEX triplet: ED, DC and C8. RGB value is (237,220,200). Sum of RGB (Red+Green+Blue) = 237+220+200=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC8 is #122337. Grayscale: #DEDEDE. Windows color (decimal): -1188664 or 13163757. OLE color: 13163757.

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

Color convert

RGB 237 220 200 -
CMYK 0 0.07 0.16 0.07
HSL 32.43º 0.51% 0.86% -
HSV(B) 32.43º 0.16% 0.93% -
XYZ 70.94 73.36 65.06 -
YUV 222.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 237 220 200 0 0.07 0.16 0.07 32.43 0.51 0.86
Hex ED DC C8 0 7 10 7 20 33 56
Octal 355 334 310 0 7 20 7 40 63 126
Binary 11101101 11011100 11001000 0 111 10000 111 100000 110011 1010110

Color Harmonies of #EDDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCC8

Black with #EDDCC8

Text Example


Text Example

White with #EDDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCC8; }

 p { color: rgb(237,220,200); }

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

background-color css

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

 a { background-color: rgb(237,220,200); }

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

border-color css

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

 span { border-color: rgb(237,220,200); }

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