#EEE1CF

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

Shades of Quarter Spanish White #EEE1CF

Tints of Quarter Spanish White #EEE1CF

Color information

#EEE1CF (or 0xEEE1CF) is unknown color: approx Quarter Spanish White. HEX triplet: EE, E1 and CF. RGB value is (238,225,207). Sum of RGB (Red+Green+Blue) = 238+225+207=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1CF is #111E30. Grayscale: #E2E2E2. Windows color (decimal): -1121841 or 13623790. OLE color: 13623790.

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

Color convert

RGB238225207-
CMYK00.050.130.07
HSL34.84º47.69%87.25%-
HSV(B)34.84º13.03%93.33%-
XYZ73.4576.5369.93-
YUV226.83116.81135.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=35.52%
G=33.58%
B=30.90%

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
Decimal23822520700.050.130.0734.8447.6987.25
HexEEE1CF05D7233057
Octal356341317051574360127
Binary111011101110000111001111010111011111000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1CF; }

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

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

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

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

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

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

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

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