Html Css Color HEX #EEDDBE Dutch White

📋 copy color: '#EEDDBE'

red 238 ◦ green 221 ◦ blue 190

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

Shades of Dutch White #EEDDBE

Tints of Dutch White #EEDDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.05%

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

R = 36.67%
G = 34.05%
B = 29.28%

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

#EEDDBE (or 0xEEDDBE) is known color: Dutch White. HEX triplet: EE, DD and BE. RGB value is (238,221,190). Sum of RGB (Red+Green+Blue) = 238+221+190=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDBE is #112241. Grayscale: #DEDEDE. Windows color (decimal): -1122882 or 12508654. OLE color: 12508654.

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

Color convert

RGB 238 221 190 -
CMYK 0 0.07 0.20 0.07
HSL 38.75º 0.59% 0.84% -
HSV(B) 38.75º 0.2% 0.93% -
XYZ 70.41 73.61 59.21 -
YUV 222.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 238 221 190 0 0.07 0.20 0.07 38.75 0.59 0.84
Hex EE DD BE 0 7 14 7 27 3B 54
Octal 356 335 276 0 7 24 7 47 73 124
Binary 11101110 11011101 10111110 0 111 10100 111 100111 111011 1010100

Color Harmonies of #EEDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDBE

Black with #EEDDBE

Text Example


Text Example

White with #EEDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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