Html Css Color HEX #EDDCCD Almond

📋 copy color: '#EDDCCD'

red 237 ◦ green 220 ◦ blue 205

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

Shades of Almond #EDDCCD

Tints of Almond #EDDCCD

RGB

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

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

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

R = 35.8%
G = 33.23%
B = 30.97%

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

#EDDCCD (or 0xEDDCCD) is known color: Almond. HEX triplet: ED, DC and CD. RGB value is (237,220,205). Sum of RGB (Red+Green+Blue) = 237+220+205=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCCD is #122332. Grayscale: #DFDFDF. Windows color (decimal): -1188659 or 13491437. OLE color: 13491437.

HSL color Cylindrical-coordinate representation of color #EDDCCD: hue angle of 28.12º 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 #EDDCCD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 205 -
CMYK 0 0.07 0.14 0.07
HSL 28.13º 0.47% 0.87% -
HSV(B) 28.13º 0.14% 0.93% -
XYZ 71.54 73.6 68.19 -
YUV 223.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 237 220 205 0 0.07 0.14 0.07 28.13 0.47 0.87
Hex ED DC CD 0 7 E 7 1C 2F 57
Octal 355 334 315 0 7 16 7 34 57 127
Binary 11101101 11011100 11001101 0 111 1110 111 11100 101111 1010111

Color Harmonies of #EDDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCCD

Black with #EDDCCD

Text Example


Text Example

White with #EDDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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