Html Css Color HEX #EEDFC0 Dutch White

📋 copy color: '#EEDFC0'

red 238 ◦ green 223 ◦ blue 192

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

Shades of Dutch White #EEDFC0

Tints of Dutch White #EEDFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.4%

R = 36.45%
G = 34.15%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEDFC0 (or 0xEEDFC0) is known color: Dutch White. HEX triplet: EE, DF and C0. RGB value is (238,223,192). Sum of RGB (Red+Green+Blue) = 238+223+192=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFC0 is #11203F. Grayscale: #E0E0E0. Windows color (decimal): -1122368 or 12640238. OLE color: 12640238.

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

Color convert

RGB 238 223 192 -
CMYK 0 0.06 0.19 0.07
HSL 40.43º 0.58% 0.84% -
HSV(B) 40.43º 0.19% 0.93% -
XYZ 71.16 74.76 60.55 -
YUV 223.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 238 223 192 0 0.06 0.19 0.07 40.43 0.58 0.84
Hex EE DF C0 0 6 13 7 28 3A 54
Octal 356 337 300 0 6 23 7 50 72 124
Binary 11101110 11011111 11000000 0 110 10011 111 101000 111010 1010100

Color Harmonies of #EEDFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFC0

Black with #EEDFC0

Text Example


Text Example

White with #EEDFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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