Html Css Color HEX #EEDEBF Dutch White

📋 copy color: '#EEDEBF'

red 238 ◦ green 222 ◦ blue 191

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

Shades of Dutch White #EEDEBF

Tints of Dutch White #EEDEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.34%

R = 36.56%
G = 34.1%
B = 29.34%

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

#EEDEBF (or 0xEEDEBF) is known color: Dutch White. HEX triplet: EE, DE and BF. RGB value is (238,222,191). Sum of RGB (Red+Green+Blue) = 238+222+191=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEBF is #112140. Grayscale: #DFDFDF. Windows color (decimal): -1122625 or 12574446. OLE color: 12574446.

HSL color Cylindrical-coordinate representation of color #EEDEBF: hue angle of 39.57º degrees, saturation: 0.58, 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 #EEDEBF is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 191 -
CMYK 0 0.07 0.20 0.07
HSL 39.57º 0.58% 0.84% -
HSV(B) 39.57º 0.2% 0.93% -
XYZ 70.79 74.18 59.88 -
YUV 223.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 238 222 191 0 0.07 0.20 0.07 39.57 0.58 0.84
Hex EE DE BF 0 7 14 7 28 3A 54
Octal 356 336 277 0 7 24 7 50 72 124
Binary 11101110 11011110 10111111 0 111 10100 111 101000 111010 1010100

Color Harmonies of #EEDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEBF

Black with #EEDEBF

Text Example


Text Example

White with #EEDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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