#EFDDB7

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

Shades of Dutch White #EFDDB7

Tints of Dutch White #EFDDB7

Color information

#EFDDB7 (or 0xEFDDB7) is unknown color: approx Dutch White. HEX triplet: EF, DD and B7. RGB value is (239,221,183). Sum of RGB (Red+Green+Blue) = 239+221+183=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB7 is #102248. Grayscale: #DEDEDE. Windows color (decimal): -1057353 or 12049903. OLE color: 12049903.

HSL color Cylindrical-coordinate representation of color #EFDDB7: hue angle of 40.71º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFDDB7 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239221183-
CMYK00.080.230.06
HSL40.71º63.64%82.75%-
HSV(B)40.71º23.43%93.73%-
XYZ7073.4855.29-
YUV222.05105.96140.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 183 (71.88% from 255) = 28.46%
R=37.17%
G=34.37%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922118300.080.230.0640.7163.6482.75
HexEFDDB708176294053
Octal35733526701027651100123
Binary111011111101110110110111010001011111010100110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDB7; }

 p { color: rgb(239,221,183); }

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

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

 a { background-color: rgb(239,221,183); }

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

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

 span { border-color: rgb(239,221,183); }

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