Html Css Color HEX #EEDFBF Dutch White

📋 copy color: '#EEDFBF'

red 238 ◦ green 223 ◦ blue 191

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

Shades of Dutch White #EEDFBF

Tints of Dutch White #EEDFBF

RGB

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

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

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

R = 36.5%
G = 34.2%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEDFBF (or 0xEEDFBF) is known color: Dutch White. HEX triplet: EE, DF and BF. RGB value is (238,223,191). Sum of RGB (Red+Green+Blue) = 238+223+191=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFBF is #112040. Grayscale: #DFDFDF. Windows color (decimal): -1122369 or 12574702. OLE color: 12574702.

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

Color convert

RGB 238 223 191 -
CMYK 0 0.06 0.20 0.07
HSL 40.85º 0.58% 0.84% -
HSV(B) 40.85º 0.2% 0.93% -
XYZ 71.05 74.71 59.97 -
YUV 223.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 238 223 191 0 0.06 0.20 0.07 40.85 0.58 0.84
Hex EE DF BF 0 6 14 7 29 3A 54
Octal 356 337 277 0 6 24 7 51 72 124
Binary 11101110 11011111 10111111 0 110 10100 111 101001 111010 1010100

Color Harmonies of #EEDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFBF

Black with #EEDFBF

Text Example


Text Example

White with #EEDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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