Html Css Color HEX #EEDFBA Dutch White

📋 copy color: '#EEDFBA'

red 238 ◦ green 223 ◦ blue 186

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

Shades of Dutch White #EEDFBA

Tints of Dutch White #EEDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.47%

 BLUE value IS 186 (73.05% from 255) = 28.75%

R = 36.79%
G = 34.47%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEDFBA (or 0xEEDFBA) is known color: Dutch White. HEX triplet: EE, DF and BA. RGB value is (238,223,186). Sum of RGB (Red+Green+Blue) = 238+223+186=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFBA is #112045. Grayscale: #DFDFDF. Windows color (decimal): -1122374 or 12247022. OLE color: 12247022.

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

Color convert

RGB 238 223 186 -
CMYK 0 0.06 0.22 0.07
HSL 42.69º 0.6% 0.83% -
HSV(B) 42.69º 0.22% 0.93% -
XYZ 70.51 74.5 57.12 -
YUV 223.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 238 223 186 0 0.06 0.22 0.07 42.69 0.6 0.83
Hex EE DF BA 0 6 16 7 2B 3C 53
Octal 356 337 272 0 6 26 7 53 74 123
Binary 11101110 11011111 10111010 0 110 10110 111 101011 111100 1010011

Color Harmonies of #EEDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFBA

Black with #EEDFBA

Text Example


Text Example

White with #EEDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFBA; }

 p { color: rgb(238,223,186); }

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

background-color css

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

 a { background-color: rgb(238,223,186); }

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

border-color css

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

 span { border-color: rgb(238,223,186); }

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