Html Css Color HEX #EEDEBA Dutch White

📋 copy color: '#EEDEBA'

red 238 ◦ green 222 ◦ blue 186

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

Shades of Dutch White #EEDEBA

Tints of Dutch White #EEDEBA

RGB

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

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

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

R = 36.84%
G = 34.37%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEDEBA (or 0xEEDEBA) is known color: Dutch White. HEX triplet: EE, DE and BA. RGB value is (238,222,186). Sum of RGB (Red+Green+Blue) = 238+222+186=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEBA is #112145. Grayscale: #DEDEDE. Windows color (decimal): -1122630 or 12246766. OLE color: 12246766.

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

Color convert

RGB 238 222 186 -
CMYK 0 0.07 0.22 0.07
HSL 41.54º 0.6% 0.83% -
HSV(B) 41.54º 0.22% 0.93% -
XYZ 70.24 73.96 57.03 -
YUV 222.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 238 222 186 0 0.07 0.22 0.07 41.54 0.6 0.83
Hex EE DE BA 0 7 16 7 2A 3C 53
Octal 356 336 272 0 7 26 7 52 74 123
Binary 11101110 11011110 10111010 0 111 10110 111 101010 111100 1010011

Color Harmonies of #EEDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEBA

Black with #EEDEBA

Text Example


Text Example

White with #EEDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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