Html Css Color HEX #EEDEBE Dutch White

📋 copy color: '#EEDEBE'

red 238 ◦ green 222 ◦ blue 190

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

Shades of Dutch White #EEDEBE

Tints of Dutch White #EEDEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.23%

R = 36.62%
G = 34.15%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEDEBE (or 0xEEDEBE) is known color: Dutch White. HEX triplet: EE, DE and BE. RGB value is (238,222,190). Sum of RGB (Red+Green+Blue) = 238+222+190=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEBE is #112141. Grayscale: #DFDFDF. Windows color (decimal): -1122626 or 12508910. OLE color: 12508910.

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

Color convert

RGB 238 222 190 -
CMYK 0 0.07 0.20 0.07
HSL 40º 0.59% 0.84% -
HSV(B) 40º 0.2% 0.93% -
XYZ 70.68 74.14 59.3 -
YUV 223.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 238 222 190 0 0.07 0.20 0.07 40 0.59 0.84
Hex EE DE BE 0 7 14 7 28 3B 54
Octal 356 336 276 0 7 24 7 50 73 124
Binary 11101110 11011110 10111110 0 111 10100 111 101000 111011 1010100

Color Harmonies of #EEDEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEBE

Black with #EEDEBE

Text Example


Text Example

White with #EEDEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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