Html Css Color HEX #EEDEBB Dutch White

📋 copy color: '#EEDEBB'

red 238 ◦ green 222 ◦ blue 187

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

Shades of Dutch White #EEDEBB

Tints of Dutch White #EEDEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.9%

R = 36.79%
G = 34.31%
B = 28.9%

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

#EEDEBB (or 0xEEDEBB) is known color: Dutch White. HEX triplet: EE, DE and BB. RGB value is (238,222,187). Sum of RGB (Red+Green+Blue) = 238+222+187=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEBB is #112144. Grayscale: #DEDEDE. Windows color (decimal): -1122629 or 12312302. OLE color: 12312302.

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

Color convert

RGB 238 222 187 -
CMYK 0 0.07 0.21 0.07
HSL 41.18º 0.6% 0.83% -
HSV(B) 41.18º 0.21% 0.93% -
XYZ 70.35 74.01 57.59 -
YUV 222.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 238 222 187 0 0.07 0.21 0.07 41.18 0.6 0.83
Hex EE DE BB 0 7 15 7 29 3C 53
Octal 356 336 273 0 7 25 7 51 74 123
Binary 11101110 11011110 10111011 0 111 10101 111 101001 111100 1010011

Color Harmonies of #EEDEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEBB

Black with #EEDEBB

Text Example


Text Example

White with #EEDEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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