#EDE0BC

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

Shades of Dutch White #EDE0BC

Tints of Dutch White #EDE0BC

Color information

#EDE0BC (or 0xEDE0BC) is unknown color: approx Dutch White. HEX triplet: ED, E0 and BC. RGB value is (237,224,188). Sum of RGB (Red+Green+Blue) = 237+224+188=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0BC is #121F43. Grayscale: #DFDFDF. Windows color (decimal): -1187652 or 12378349. OLE color: 12378349.

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

Color convert

RGB237224188-
CMYK00.050.210.07
HSL44.08º57.65%83.33%-
HSV(B)44.08º20.68%92.94%-
XYZ70.6674.9558.32-
YUV223.78107.81137.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 188 (73.83% from 255) = 28.97%
R=36.52%
G=34.51%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722418800.050.210.0744.0857.6583.33
HexEDE0BC051572c3a53
Octal355340274052575472123
Binary1110110111100000101111000101101011111011001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0BC; }

 p { color: rgb(237,224,188); }

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

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

 a { background-color: rgb(237,224,188); }

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

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

 span { border-color: rgb(237,224,188); }

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