Html Css Color HEX #EDDDCD Almond

📋 copy color: '#EDDDCD'

red 237 ◦ green 221 ◦ blue 205

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

Shades of Almond #EDDDCD

Tints of Almond #EDDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.92%

R = 35.75%
G = 33.33%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDDDCD (or 0xEDDDCD) is known color: Almond. HEX triplet: ED, DD and CD. RGB value is (237,221,205). Sum of RGB (Red+Green+Blue) = 237+221+205=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDCD is #122232. Grayscale: #E0E0E0. Windows color (decimal): -1188403 or 13491693. OLE color: 13491693.

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

Color convert

RGB 237 221 205 -
CMYK 0 0.07 0.14 0.07
HSL 30º 0.47% 0.87% -
HSV(B) 30º 0.14% 0.93% -
XYZ 71.8 74.13 68.28 -
YUV 223.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 237 221 205 0 0.07 0.14 0.07 30 0.47 0.87
Hex ED DD CD 0 7 E 7 1E 2F 57
Octal 355 335 315 0 7 16 7 36 57 127
Binary 11101101 11011101 11001101 0 111 1110 111 11110 101111 1010111

Color Harmonies of #EDDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDCD

Black with #EDDDCD

Text Example


Text Example

White with #EDDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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