Html Css Color HEX #EEDEBD Dutch White

📋 copy color: '#EEDEBD'

red 238 ◦ green 222 ◦ blue 189

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

Shades of Dutch White #EEDEBD

Tints of Dutch White #EEDEBD

RGB

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

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

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

R = 36.67%
G = 34.21%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEDEBD (or 0xEEDEBD) is known color: Dutch White. HEX triplet: EE, DE and BD. RGB value is (238,222,189). Sum of RGB (Red+Green+Blue) = 238+222+189=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEBD is #112142. Grayscale: #DFDFDF. Windows color (decimal): -1122627 or 12443374. OLE color: 12443374.

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

Color convert

RGB 238 222 189 -
CMYK 0 0.07 0.21 0.07
HSL 40.41º 0.59% 0.84% -
HSV(B) 40.41º 0.21% 0.93% -
XYZ 70.57 74.09 58.73 -
YUV 223.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 238 222 189 0 0.07 0.21 0.07 40.41 0.59 0.84
Hex EE DE BD 0 7 15 7 28 3B 54
Octal 356 336 275 0 7 25 7 50 73 124
Binary 11101110 11011110 10111101 0 111 10101 111 101000 111011 1010100

Color Harmonies of #EEDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEBD

Black with #EEDEBD

Text Example


Text Example

White with #EEDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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