#EDDEBD

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

Shades of Dutch White #EDDEBD

Tints of Dutch White #EDDEBD

Color information

#EDDEBD (or 0xEDDEBD) is unknown color: approx Dutch White. HEX triplet: ED, DE and BD. RGB value is (237,222,189). Sum of RGB (Red+Green+Blue) = 237+222+189=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEBD is #122142. Grayscale: #DEDEDE. Windows color (decimal): -1188163 or 12443373. OLE color: 12443373.

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

Color convert

RGB237222189-
CMYK00.060.200.07
HSL41.25º57.14%83.53%-
HSV(B)41.25º20.25%92.94%-
XYZ70.2373.9258.71-
YUV222.72108.97138.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 189 (74.22% from 255) = 29.17%
R=36.57%
G=34.26%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722218900.060.200.0741.2557.1483.53
HexEDDEBD06147293954
Octal355336275062475171124
Binary1110110111011110101111010110101001111010011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEBD; }

 p { color: rgb(237,222,189); }

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

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

 a { background-color: rgb(237,222,189); }

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

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

 span { border-color: rgb(237,222,189); }

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