Html Css Color HEX #EEE2BF Half Colonial White

📋 copy color: '#EEE2BF'

red 238 ◦ green 226 ◦ blue 191

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

Shades of Half Colonial White #EEE2BF

Tints of Half Colonial White #EEE2BF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.5%

 BLUE value IS 191 (75% from 255) = 29.16%

R = 36.34%
G = 34.5%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEE2BF (or 0xEEE2BF) is known color: Half Colonial White. HEX triplet: EE, E2 and BF. RGB value is (238,226,191). Sum of RGB (Red+Green+Blue) = 238+226+191=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2BF is #111D40. Grayscale: #E1E1E1. Windows color (decimal): -1121601 or 12575470. OLE color: 12575470.

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

Color convert

RGB 238 226 191 -
CMYK 0 0.05 0.20 0.07
HSL 44.68º 0.58% 0.84% -
HSV(B) 44.68º 0.2% 0.93% -
XYZ 71.86 76.33 60.24 -
YUV 225.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 238 226 191 0 0.05 0.20 0.07 44.68 0.58 0.84
Hex EE E2 BF 0 5 14 7 2D 3A 54
Octal 356 342 277 0 5 24 7 55 72 124
Binary 11101110 11100010 10111111 0 101 10100 111 101101 111010 1010100

Color Harmonies of #EEE2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2BF

Black with #EEE2BF

Text Example


Text Example

White with #EEE2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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