#EFDEC0

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

Shades of Dutch White #EFDEC0

Tints of Dutch White #EFDEC0

Color information

#EFDEC0 (or 0xEFDEC0) is unknown color: approx Dutch White. HEX triplet: EF, DE and C0. RGB value is (239,222,192). Sum of RGB (Red+Green+Blue) = 239+222+192=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC0 is #10213F. Grayscale: #DFDFDF. Windows color (decimal): -1057088 or 12639983. OLE color: 12639983.

HSL color Cylindrical-coordinate representation of color #EFDEC0: hue angle of 38.3º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDEC0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239222192-
CMYK00.070.200.06
HSL38.3º59.49%84.51%-
HSV(B)38.3º19.67%93.73%-
XYZ71.2374.460.48-
YUV223.66110.13138.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 192 (75.39% from 255) = 29.40%
R=36.60%
G=34.00%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922219200.070.200.0638.359.4984.51
HexEFDEC007146263b55
Octal357336300072464673125
Binary1110111111011110110000000111101001101001101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEC0; }

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

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

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

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

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

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

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

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