Shades of Dutch White #F5DEBB
Tints of Dutch White #F5DEBB
RGB
CMYK
RGB Variations
Color information
#F5DEBB (or 0xF5DEBB) is known color: Dutch White. HEX triplet: F5, DE and BB. RGB value is (245,222,187). Sum of RGB (Red+Green+Blue) = 245+222+187=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEBB is #0A2144. Grayscale: #E1E1E1. Windows color (decimal): -663877 or 12312309. OLE color: 12312309.
HSL color Cylindrical-coordinate representation of color #F5DEBB: hue angle of 36.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DEBB is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 187 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.04 |
| HSL | 36.21º | 0.74% | 0.85% | - |
| HSV(B) | 36.21º | 0.24% | 0.96% | - |
| XYZ | 72.75 | 75.24 | 57.7 | - |
| YUV | 224.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 187 | 0 | 0.09 | 0.24 | 0.04 | 36.21 | 0.74 | 0.85 |
| Hex | F5 | DE | BB | 0 | 9 | 18 | 4 | 24 | 4A | 55 |
| Octal | 365 | 336 | 273 | 0 | 11 | 30 | 4 | 44 | 112 | 125 |
| Binary | 11110101 | 11011110 | 10111011 | 0 | 1001 | 11000 | 100 | 100100 | 1001010 | 1010101 |
Color Harmonies of #F5DEBB
Complementary color
Monochromatic Colors of #F5DEBB
Black with #F5DEBB
Text Example
Text Example
White with #F5DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEBB; }
p { color: rgb(245,222,187); }
H1.HeaderClassName
{
color: #F5DEBB;
}
.AnyTagClassName
{
color: #F5DEBB;
}
</style>
background-color css
<style>
a { background-color: #F5DEBB; }
a { background-color: rgb(245,222,187); }
div.DivClassName
{
background-color: #F5DEBB;
}
.BgClassName
{
background-color: #F5DEBB;
}
</style>
border-color css
<style>
span { border-color: #F5DEBB; }
span { border-color: rgb(245,222,187); }
td.TdClassName
{
border-color: #F5DEBB;
}
.TagClassName
{
border-color: #F5DEBB;
}
</style>