Html Css Color HEX #EDDCCA Almond

📋 copy color: '#EDDCCA'

red 237 ◦ green 220 ◦ blue 202

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

Shades of Almond #EDDCCA

Tints of Almond #EDDCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.65%

R = 35.96%
G = 33.38%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDDCCA (or 0xEDDCCA) is known color: Almond. HEX triplet: ED, DC and CA. RGB value is (237,220,202). Sum of RGB (Red+Green+Blue) = 237+220+202=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCCA is #122335. Grayscale: #DFDFDF. Windows color (decimal): -1188662 or 13294829. OLE color: 13294829.

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

Color convert

RGB 237 220 202 -
CMYK 0 0.07 0.15 0.07
HSL 30.86º 0.49% 0.86% -
HSV(B) 30.86º 0.15% 0.93% -
XYZ 71.18 73.46 66.3 -
YUV 223.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 237 220 202 0 0.07 0.15 0.07 30.86 0.49 0.86
Hex ED DC CA 0 7 F 7 1F 31 56
Octal 355 334 312 0 7 17 7 37 61 126
Binary 11101101 11011100 11001010 0 111 1111 111 11111 110001 1010110

Color Harmonies of #EDDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCCA

Black with #EDDCCA

Text Example


Text Example

White with #EDDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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