Html Css Color HEX #EDE1D1 Quarter Spanish White

📋 copy color: '#EDE1D1'

red 237 ◦ green 225 ◦ blue 209

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

Shades of Quarter Spanish White #EDE1D1

Tints of Quarter Spanish White #EDE1D1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.53%

 BLUE value IS 209 (82.03% from 255) = 31.15%

R = 35.32%
G = 33.53%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDE1D1 (or 0xEDE1D1) is known color: Quarter Spanish White. HEX triplet: ED, E1 and D1. RGB value is (237,225,209). Sum of RGB (Red+Green+Blue) = 237+225+209=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1D1 is #121E2E. Grayscale: #E2E2E2. Windows color (decimal): -1187375 or 13754861. OLE color: 13754861.

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

Color convert

RGB 237 225 209 -
CMYK 0 0.05 0.12 0.07
HSL 34.29º 0.44% 0.87% -
HSV(B) 34.29º 0.12% 0.93% -
XYZ 73.36 76.46 71.21 -
YUV 226.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 237 225 209 0 0.05 0.12 0.07 34.29 0.44 0.87
Hex ED E1 D1 0 5 C 7 22 2C 57
Octal 355 341 321 0 5 14 7 42 54 127
Binary 11101101 11100001 11010001 0 101 1100 111 100010 101100 1010111

Color Harmonies of #EDE1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1D1

Black with #EDE1D1

Text Example


Text Example

White with #EDE1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1D1; }

 p { color: rgb(237,225,209); }

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

background-color css

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

 a { background-color: rgb(237,225,209); }

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

border-color css

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

 span { border-color: rgb(237,225,209); }

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