Html Css Color HEX #EDE4D1 Quarter Spanish White

📋 copy color: '#EDE4D1'

red 237 ◦ green 228 ◦ blue 209

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

Shades of Quarter Spanish White #EDE4D1

Tints of Quarter Spanish White #EDE4D1

RGB

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

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

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

R = 35.16%
G = 33.83%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDE4D1 (or 0xEDE4D1) is known color: Quarter Spanish White. HEX triplet: ED, E4 and D1. RGB value is (237,228,209). Sum of RGB (Red+Green+Blue) = 237+228+209=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4D1 is #121B2E. Grayscale: #E4E4E4. Windows color (decimal): -1186607 or 13755629. OLE color: 13755629.

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

Color convert

RGB 237 228 209 -
CMYK 0 0.04 0.12 0.07
HSL 40.71º 0.44% 0.87% -
HSV(B) 40.71º 0.12% 0.93% -
XYZ 74.18 78.09 71.49 -
YUV 228.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 237 228 209 0 0.04 0.12 0.07 40.71 0.44 0.87
Hex ED E4 D1 0 4 C 7 29 2C 57
Octal 355 344 321 0 4 14 7 51 54 127
Binary 11101101 11100100 11010001 0 100 1100 111 101001 101100 1010111

Color Harmonies of #EDE4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4D1

Black with #EDE4D1

Text Example


Text Example

White with #EDE4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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