#EEE1BF

Color #EEE1BF Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #EEE1BF

Tints of Half Colonial White #EEE1BF

Color information

#EEE1BF (or 0xEEE1BF) is unknown color: approx Half Colonial White. HEX triplet: EE, E1 and BF. RGB value is (238,225,191). Sum of RGB (Red+Green+Blue) = 238+225+191=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1BF is #111E40. Grayscale: #E1E1E1. Windows color (decimal): -1121857 or 12575214. OLE color: 12575214.

HSL color Cylindrical-coordinate representation of color #EEE1BF: hue angle of 43.4º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEE1BF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238225191-
CMYK00.050.200.07
HSL43.4º58.02%84.12%-
HSV(B)43.4º19.75%93.33%-
XYZ71.5975.7960.15-
YUV225.01108.81137.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 191 (75% from 255) = 29.20%
R=36.39%
G=34.40%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822519100.050.200.0743.458.0284.12
HexEEE1BF051472b3a54
Octal356341277052475372124
Binary1110111011100001101111110101101001111010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1BF; }

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

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

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

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

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

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

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

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