#EFDEBE

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

Shades of Dutch White #EFDEBE

Tints of Dutch White #EFDEBE

Color information

#EFDEBE (or 0xEFDEBE) is unknown color: approx Dutch White. HEX triplet: EF, DE and BE. RGB value is (239,222,190). Sum of RGB (Red+Green+Blue) = 239+222+190=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEBE is #102141. Grayscale: #DFDFDF. Windows color (decimal): -1057090 or 12508911. OLE color: 12508911.

HSL color Cylindrical-coordinate representation of color #EFDEBE: hue angle of 39.18º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDEBE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239222190-
CMYK00.070.210.06
HSL39.18º60.49%84.12%-
HSV(B)39.18º20.5%93.73%-
XYZ71.0174.3159.32-
YUV223.43109.13139.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=36.71%
G=34.10%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922219000.070.210.0639.1860.4984.12
HexEFDEBE07156273c54
Octal357336276072564774124
Binary1110111111011110101111100111101011101001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEBE; }

 p { color: rgb(239,222,190); }

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

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

 a { background-color: rgb(239,222,190); }

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

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

 span { border-color: rgb(239,222,190); }

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