Html Css Color HEX #EEDDB4 Dutch White

📋 copy color: '#EEDDB4'

red 238 ◦ green 221 ◦ blue 180

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

Shades of Dutch White #EEDDB4

Tints of Dutch White #EEDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.17%

R = 37.25%
G = 34.59%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EEDDB4 (or 0xEEDDB4) is known color: Dutch White. HEX triplet: EE, DD and B4. RGB value is (238,221,180). Sum of RGB (Red+Green+Blue) = 238+221+180=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDB4 is #11224B. Grayscale: #DDDDDD. Windows color (decimal): -1122892 or 11853294. OLE color: 11853294.

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

Color convert

RGB 238 221 180 -
CMYK 0 0.07 0.24 0.07
HSL 42.41º 0.63% 0.82% -
HSV(B) 42.41º 0.24% 0.93% -
XYZ 69.35 73.19 53.65 -
YUV 221.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 238 221 180 0 0.07 0.24 0.07 42.41 0.63 0.82
Hex EE DD B4 0 7 18 7 2A 3F 52
Octal 356 335 264 0 7 30 7 52 77 122
Binary 11101110 11011101 10110100 0 111 11000 111 101010 111111 1010010

Color Harmonies of #EEDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDB4

Black with #EEDDB4

Text Example


Text Example

White with #EEDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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