Html Css Color HEX #EEE1BD Dutch White

📋 copy color: '#EEE1BD'

red 238 ◦ green 225 ◦ blue 189

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

Shades of Dutch White #EEE1BD

Tints of Dutch White #EEE1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.51%

 BLUE value IS 189 (74.22% from 255) = 28.99%

R = 36.5%
G = 34.51%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEE1BD (or 0xEEE1BD) is known color: Dutch White. HEX triplet: EE, E1 and BD. RGB value is (238,225,189). Sum of RGB (Red+Green+Blue) = 238+225+189=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1BD is #111E42. Grayscale: #E0E0E0. Windows color (decimal): -1121859 or 12444142. OLE color: 12444142.

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

Color convert

RGB 238 225 189 -
CMYK 0 0.05 0.21 0.07
HSL 44.08º 0.59% 0.84% -
HSV(B) 44.08º 0.21% 0.93% -
XYZ 71.37 75.7 58.99 -
YUV 224.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 238 225 189 0 0.05 0.21 0.07 44.08 0.59 0.84
Hex EE E1 BD 0 5 15 7 2C 3B 54
Octal 356 341 275 0 5 25 7 54 73 124
Binary 11101110 11100001 10111101 0 101 10101 111 101100 111011 1010100

Color Harmonies of #EEE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1BD

Black with #EEE1BD

Text Example


Text Example

White with #EEE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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