#EEE2CF

Color #EEE2CF Quarter Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Spanish White #EEE2CF

Tints of Quarter Spanish White #EEE2CF

Color information

#EEE2CF (or 0xEEE2CF) is unknown color: approx Quarter Spanish White. HEX triplet: EE, E2 and CF. RGB value is (238,226,207). Sum of RGB (Red+Green+Blue) = 238+226+207=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2CF is #111D30. Grayscale: #E3E3E3. Windows color (decimal): -1121585 or 13624046. OLE color: 13624046.

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

Color convert

RGB238226207-
CMYK00.050.130.07
HSL36.77º47.69%87.25%-
HSV(B)36.77º13.03%93.33%-
XYZ73.7277.0770.02-
YUV227.42116.48135.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=35.47%
G=33.68%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822620700.050.130.0736.7747.6987.25
HexEEE2CF05D7253057
Octal356342317051574560127
Binary111011101110001011001111010111011111001011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2CF; }

 p { color: rgb(238,226,207); }

 H1.HeaderClassName
 {
   color: #EEE2CF;
 }
 .AnyTagClassName
 {
   color: #EEE2CF;
 }
</style>
background-color css

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

 a { background-color: rgb(238,226,207); }

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

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

 span { border-color: rgb(238,226,207); }

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