#EDDFBA

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

Shades of Dutch White #EDDFBA

Tints of Dutch White #EDDFBA

Color information

#EDDFBA (or 0xEDDFBA) is unknown color: approx Dutch White. HEX triplet: ED, DF and BA. RGB value is (237,223,186). Sum of RGB (Red+Green+Blue) = 237+223+186=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFBA is #122045. Grayscale: #DFDFDF. Windows color (decimal): -1187910 or 12247021. OLE color: 12247021.

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

Color convert

RGB237223186-
CMYK00.060.220.07
HSL43.53º58.62%82.94%-
HSV(B)43.53º21.52%92.94%-
XYZ70.1874.3357.1-
YUV222.97107.14138.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=36.69%
G=34.52%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722318600.060.220.0743.5358.6282.94
HexEDDFBA061672c3b53
Octal355337272062675473123
Binary1110110111011111101110100110101101111011001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFBA; }

 p { color: rgb(237,223,186); }

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

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

 a { background-color: rgb(237,223,186); }

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

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

 span { border-color: rgb(237,223,186); }

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