#EEDEBE

Color #EEDEBE Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dutch White #EEDEBE

Tints of Dutch White #EEDEBE

Color information

#EEDEBE (or 0xEEDEBE) is unknown color: approx Dutch White. HEX triplet: EE, DE and BE. RGB value is (238,222,190). Sum of RGB (Red+Green+Blue) = 238+222+190=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEBE is #112141. Grayscale: #DFDFDF. Windows color (decimal): -1122626 or 12508910. OLE color: 12508910.

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

Color convert

RGB238222190-
CMYK00.070.200.07
HSL40º58.54%83.92%-
HSV(B)40º20.17%93.33%-
XYZ70.6874.1459.3-
YUV223.14109.3138.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 190 (74.61% from 255) = 29.23%
R=36.62%
G=34.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822219000.070.200.074058.5483.92
HexEEDEBE07147283b54
Octal356336276072475073124
Binary1110111011011110101111100111101001111010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEBE; }

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

 H1.HeaderClassName
 {
   color: #EEDEBE;
 }
 .AnyTagClassName
 {
   color: #EEDEBE;
 }
</style>
background-color css

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

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

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

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

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

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