Html Css Color HEX #EEE5D5 Quarter Spanish White

📋 copy color: '#EEE5D5'

red 238 ◦ green 229 ◦ blue 213

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

Shades of Quarter Spanish White #EEE5D5

Tints of Quarter Spanish White #EEE5D5

RGB

 RED value IS 238 (93.36% from 255) = 35%

 GREEN value IS 229 (89.84% from 255) = 33.68%

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

R = 35%
G = 33.68%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEE5D5 (or 0xEEE5D5) is known color: Quarter Spanish White. HEX triplet: EE, E5 and D5. RGB value is (238,229,213). Sum of RGB (Red+Green+Blue) = 238+229+213=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5D5 is #111A2A. Grayscale: #E5E5E5. Windows color (decimal): -1120811 or 14018030. OLE color: 14018030.

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

Color convert

RGB 238 229 213 -
CMYK 0 0.04 0.11 0.07
HSL 38.4º 0.42% 0.88% -
HSV(B) 38.4º 0.11% 0.93% -
XYZ 75.29 79.02 74.23 -
YUV 229.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 238 229 213 0 0.04 0.11 0.07 38.4 0.42 0.88
Hex EE E5 D5 0 4 B 7 26 2A 58
Octal 356 345 325 0 4 13 7 46 52 130
Binary 11101110 11100101 11010101 0 100 1011 111 100110 101010 1011000

Color Harmonies of #EEE5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5D5

Black with #EEE5D5

Text Example


Text Example

White with #EEE5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5D5; }

 p { color: rgb(238,229,213); }

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

background-color css

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

 a { background-color: rgb(238,229,213); }

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

border-color css

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

 span { border-color: rgb(238,229,213); }

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