Html Css Color HEX #EDE1D2 Quarter Spanish White

📋 copy color: '#EDE1D2'

red 237 ◦ green 225 ◦ blue 210

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

Shades of Quarter Spanish White #EDE1D2

Tints of Quarter Spanish White #EDE1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.25%

R = 35.27%
G = 33.48%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDE1D2 (or 0xEDE1D2) is known color: Quarter Spanish White. HEX triplet: ED, E1 and D2. RGB value is (237,225,210). Sum of RGB (Red+Green+Blue) = 237+225+210=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1D2 is #121E2D. Grayscale: #E2E2E2. Windows color (decimal): -1187374 or 13820397. OLE color: 13820397.

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

Color convert

RGB 237 225 210 -
CMYK 0 0.05 0.11 0.07
HSL 33.33º 0.43% 0.88% -
HSV(B) 33.33º 0.11% 0.93% -
XYZ 73.48 76.51 71.87 -
YUV 226.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 237 225 210 0 0.05 0.11 0.07 33.33 0.43 0.88
Hex ED E1 D2 0 5 B 7 21 2B 58
Octal 355 341 322 0 5 13 7 41 53 130
Binary 11101101 11100001 11010010 0 101 1011 111 100001 101011 1011000

Color Harmonies of #EDE1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1D2

Black with #EDE1D2

Text Example


Text Example

White with #EDE1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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