Html Css Color HEX #EEDDB9 Dutch White

📋 copy color: '#EEDDB9'

red 238 ◦ green 221 ◦ blue 185

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

Shades of Dutch White #EEDDB9

Tints of Dutch White #EEDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

 BLUE value IS 185 (72.66% from 255) = 28.73%

R = 36.96%
G = 34.32%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEDDB9 (or 0xEEDDB9) is known color: Dutch White. HEX triplet: EE, DD and B9. RGB value is (238,221,185). Sum of RGB (Red+Green+Blue) = 238+221+185=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDB9 is #112246. Grayscale: #DEDEDE. Windows color (decimal): -1122887 or 12180974. OLE color: 12180974.

HSL color Cylindrical-coordinate representation of color #EEDDB9: hue angle of 40.75º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEDDB9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 185 -
CMYK 0 0.07 0.22 0.07
HSL 40.75º 0.61% 0.83% -
HSV(B) 40.75º 0.22% 0.93% -
XYZ 69.87 73.39 56.38 -
YUV 221.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 238 221 185 0 0.07 0.22 0.07 40.75 0.61 0.83
Hex EE DD B9 0 7 16 7 29 3D 53
Octal 356 335 271 0 7 26 7 51 75 123
Binary 11101110 11011101 10111001 0 111 10110 111 101001 111101 1010011

Color Harmonies of #EEDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDB9

Black with #EEDDB9

Text Example


Text Example

White with #EEDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDB9; }

 p { color: rgb(238,221,185); }

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

background-color css

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

 a { background-color: rgb(238,221,185); }

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

border-color css

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

 span { border-color: rgb(238,221,185); }

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