Html Css Color HEX #EDD9CA Almond

📋 copy color: '#EDD9CA'

red 237 ◦ green 217 ◦ blue 202

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

Shades of Almond #EDD9CA

Tints of Almond #EDD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.08%

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

R = 36.13%
G = 33.08%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDD9CA (or 0xEDD9CA) is known color: Almond. HEX triplet: ED, D9 and CA. RGB value is (237,217,202). Sum of RGB (Red+Green+Blue) = 237+217+202=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9CA is #122635. Grayscale: #DDDDDD. Windows color (decimal): -1189430 or 13294061. OLE color: 13294061.

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

Color convert

RGB 237 217 202 -
CMYK 0 0.08 0.15 0.07
HSL 25.71º 0.49% 0.86% -
HSV(B) 25.71º 0.15% 0.93% -
XYZ 70.4 71.89 66.04 -
YUV 221.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 237 217 202 0 0.08 0.15 0.07 25.71 0.49 0.86
Hex ED D9 CA 0 8 F 7 1A 31 56
Octal 355 331 312 0 10 17 7 32 61 126
Binary 11101101 11011001 11001010 0 1000 1111 111 11010 110001 1010110

Color Harmonies of #EDD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9CA

Black with #EDD9CA

Text Example


Text Example

White with #EDD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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