Html Css Color HEX #EDDCCC Almond

📋 copy color: '#EDDCCC'

red 237 ◦ green 220 ◦ blue 204

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

Shades of Almond #EDDCCC

Tints of Almond #EDDCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.86%

R = 35.85%
G = 33.28%
B = 30.86%

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

#EDDCCC (or 0xEDDCCC) is known color: Almond. HEX triplet: ED, DC and CC. RGB value is (237,220,204). Sum of RGB (Red+Green+Blue) = 237+220+204=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCCC is #122333. Grayscale: #DFDFDF. Windows color (decimal): -1188660 or 13425901. OLE color: 13425901.

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

Color convert

RGB 237 220 204 -
CMYK 0 0.07 0.14 0.07
HSL 29.09º 0.48% 0.86% -
HSV(B) 29.09º 0.14% 0.93% -
XYZ 71.42 73.55 67.56 -
YUV 223.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 237 220 204 0 0.07 0.14 0.07 29.09 0.48 0.86
Hex ED DC CC 0 7 E 7 1D 30 56
Octal 355 334 314 0 7 16 7 35 60 126
Binary 11101101 11011100 11001100 0 111 1110 111 11101 110000 1010110

Color Harmonies of #EDDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCCC

Black with #EDDCCC

Text Example


Text Example

White with #EDDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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