Html Css Color HEX #EDE4D5 Quarter Spanish White

📋 copy color: '#EDE4D5'

red 237 ◦ green 228 ◦ blue 213

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

Shades of Quarter Spanish White #EDE4D5

Tints of Quarter Spanish White #EDE4D5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.63%

 BLUE value IS 213 (83.59% from 255) = 31.42%

R = 34.96%
G = 33.63%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDE4D5 (or 0xEDE4D5) is known color: Quarter Spanish White. HEX triplet: ED, E4 and D5. RGB value is (237,228,213). Sum of RGB (Red+Green+Blue) = 237+228+213=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4D5 is #121B2A. Grayscale: #E5E5E5. Windows color (decimal): -1186603 or 14017773. OLE color: 14017773.

HSL color Cylindrical-coordinate representation of color #EDE4D5: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE4D5 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 213 -
CMYK 0 0.04 0.10 0.07
HSL 37.5º 0.4% 0.88% -
HSV(B) 37.5º 0.1% 0.93% -
XYZ 74.68 78.3 74.13 -
YUV 228.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 237 228 213 0 0.04 0.10 0.07 37.5 0.4 0.88
Hex ED E4 D5 0 4 A 7 26 28 58
Octal 355 344 325 0 4 12 7 46 50 130
Binary 11101101 11100100 11010101 0 100 1010 111 100110 101000 1011000

Color Harmonies of #EDE4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4D5

Black with #EDE4D5

Text Example


Text Example

White with #EDE4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4D5; }

 p { color: rgb(237,228,213); }

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

background-color css

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

 a { background-color: rgb(237,228,213); }

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

border-color css

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

 span { border-color: rgb(237,228,213); }

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