#EBDFB6

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

Shades of Dutch White #EBDFB6

Tints of Dutch White #EBDFB6

Color information

#EBDFB6 (or 0xEBDFB6) is unknown color: approx Dutch White. HEX triplet: EB, DF and B6. RGB value is (235,223,182). Sum of RGB (Red+Green+Blue) = 235+223+182=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFB6 is #142049. Grayscale: #DEDEDE. Windows color (decimal): -1318986 or 11984875. OLE color: 11984875.

HSL color Cylindrical-coordinate representation of color #EBDFB6: hue angle of 46.42º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBDFB6 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235223182-
CMYK00.050.230.08
HSL46.42º56.99%81.76%-
HSV(B)46.42º22.55%92.16%-
XYZ69.0973.8154.86-
YUV221.91105.48137.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 182 (71.48% from 255) = 28.44%
R=36.72%
G=34.84%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522318200.050.230.0846.4256.9981.76
HexEBDFB6051782e3952
Octal3533372660527105671122
Binary11101011110111111011011001011011110001011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFB6; }

 p { color: rgb(235,223,182); }

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

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

 a { background-color: rgb(235,223,182); }

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

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

 span { border-color: rgb(235,223,182); }

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