Html Css Color HEX #EEDEC0 Dutch White

📋 copy color: '#EEDEC0'

red 238 ◦ green 222 ◦ blue 192

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

Shades of Dutch White #EEDEC0

Tints of Dutch White #EEDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.05%

 BLUE value IS 192 (75.39% from 255) = 29.45%

R = 36.5%
G = 34.05%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEDEC0 (or 0xEEDEC0) is known color: Dutch White. HEX triplet: EE, DE and C0. RGB value is (238,222,192). Sum of RGB (Red+Green+Blue) = 238+222+192=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC0 is #11213F. Grayscale: #DFDFDF. Windows color (decimal): -1122624 or 12639982. OLE color: 12639982.

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

Color convert

RGB 238 222 192 -
CMYK 0 0.07 0.19 0.07
HSL 39.13º 0.58% 0.84% -
HSV(B) 39.13º 0.19% 0.93% -
XYZ 70.9 74.23 60.46 -
YUV 223.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 238 222 192 0 0.07 0.19 0.07 39.13 0.58 0.84
Hex EE DE C0 0 7 13 7 27 3A 54
Octal 356 336 300 0 7 23 7 47 72 124
Binary 11101110 11011110 11000000 0 111 10011 111 100111 111010 1010100

Color Harmonies of #EEDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEC0

Black with #EEDEC0

Text Example


Text Example

White with #EEDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEC0; }

 p { color: rgb(238,222,192); }

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

background-color css

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

 a { background-color: rgb(238,222,192); }

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

border-color css

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

 span { border-color: rgb(238,222,192); }

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