#EDDDBE

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

Shades of Dutch White #EDDDBE

Tints of Dutch White #EDDDBE

Color information

#EDDDBE (or 0xEDDDBE) is unknown color: approx Dutch White. HEX triplet: ED, DD and BE. RGB value is (237,221,190). Sum of RGB (Red+Green+Blue) = 237+221+190=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBE is #122241. Grayscale: #DEDEDE. Windows color (decimal): -1188418 or 12508653. OLE color: 12508653.

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

Color convert

RGB237221190-
CMYK00.070.200.07
HSL39.57º56.63%83.73%-
HSV(B)39.57º19.83%92.94%-
XYZ70.0873.4459.2-
YUV222.25109.8138.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 190 (74.61% from 255) = 29.32%
R=36.57%
G=34.10%
B=29.32%

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
Decimal23722119000.070.200.0739.5756.6383.73
HexEDDDBE07147283954
Octal355335276072475071124
Binary1110110111011101101111100111101001111010001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDBE; }

 p { color: rgb(237,221,190); }

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

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

 a { background-color: rgb(237,221,190); }

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

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

 span { border-color: rgb(237,221,190); }

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