#EEE0BF

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

Shades of Dutch White #EEE0BF

Tints of Dutch White #EEE0BF

Color information

#EEE0BF (or 0xEEE0BF) is unknown color: approx Dutch White. HEX triplet: EE, E0 and BF. RGB value is (238,224,191). Sum of RGB (Red+Green+Blue) = 238+224+191=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0BF is #111F40. Grayscale: #E0E0E0. Windows color (decimal): -1122113 or 12574958. OLE color: 12574958.

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

Color convert

RGB238224191-
CMYK00.060.200.07
HSL42.13º58.02%84.12%-
HSV(B)42.13º19.75%93.33%-
XYZ71.3275.2560.06-
YUV224.42109.14137.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 191 (75% from 255) = 29.25%
R=36.45%
G=34.30%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822419100.060.200.0742.1358.0284.12
HexEEE0BF061472a3a54
Octal356340277062475272124
Binary1110111011100000101111110110101001111010101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0BF; }

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

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

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

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

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

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

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

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