Html Css Color HEX #EDDDCE Almond

📋 copy color: '#EDDDCE'

red 237 ◦ green 221 ◦ blue 206

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

Shades of Almond #EDDDCE

Tints of Almond #EDDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.28%

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

R = 35.69%
G = 33.28%
B = 31.02%

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

#EDDDCE (or 0xEDDDCE) is known color: Almond. HEX triplet: ED, DD and CE. RGB value is (237,221,206). Sum of RGB (Red+Green+Blue) = 237+221+206=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDCE is #122231. Grayscale: #E0E0E0. Windows color (decimal): -1188402 or 13557229. OLE color: 13557229.

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

Color convert

RGB 237 221 206 -
CMYK 0 0.07 0.13 0.07
HSL 29.03º 0.46% 0.87% -
HSV(B) 29.03º 0.13% 0.93% -
XYZ 71.92 74.17 68.92 -
YUV 224.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 237 221 206 0 0.07 0.13 0.07 29.03 0.46 0.87
Hex ED DD CE 0 7 D 7 1D 2E 57
Octal 355 335 316 0 7 15 7 35 56 127
Binary 11101101 11011101 11001110 0 111 1101 111 11101 101110 1010111

Color Harmonies of #EDDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDCE

Black with #EDDDCE

Text Example


Text Example

White with #EDDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDCE; }

 p { color: rgb(237,221,206); }

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

background-color css

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

 a { background-color: rgb(237,221,206); }

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

border-color css

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

 span { border-color: rgb(237,221,206); }

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