Shades of Dutch White #EBDFB6
Tints of Dutch White #EBDFB6
RGB
CMYK
RGB Variations
Color information
#EBDFB6 (or 0xEBDFB6) is known color: 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
RGB | 235 | 223 | 182 | - |
CMYK | 0 | 0.05 | 0.23 | 0.08 |
HSL | 46.42º | 0.57% | 0.82% | - |
HSV(B) | 46.42º | 0.23% | 0.92% | - |
XYZ | 69.09 | 73.81 | 54.86 | - |
YUV | 221.91 | 105.48 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 223 | 182 | 0 | 0.05 | 0.23 | 0.08 | 46.42 | 0.57 | 0.82 |
Hex | EB | DF | B6 | 0 | 5 | 17 | 8 | 2E | 39 | 52 |
Octal | 353 | 337 | 266 | 0 | 5 | 27 | 10 | 56 | 71 | 122 |
Binary | 11101011 | 11011111 | 10110110 | 0 | 101 | 10111 | 1000 | 101110 | 111001 | 1010010 |
Color Harmonies of #EBDFB6
Complementary color
Monochromatic Colors of #EBDFB6
Black with #EBDFB6
Text Example
Text Example
White with #EBDFB6
Text Example
Text Example
HTML Codes & Css Web 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>