Shades of Dutch White #F3DDBC
Tints of Dutch White #F3DDBC
RGB
CMYK
RGB Variations
Color information
#F3DDBC (or 0xF3DDBC) is known color: Dutch White. HEX triplet: F3, DD and BC. RGB value is (243,221,188). Sum of RGB (Red+Green+Blue) = 243+221+188=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDBC is #0C2243. Grayscale: #DFDFDF. Windows color (decimal): -795204 or 12377587. OLE color: 12377587.
HSL color Cylindrical-coordinate representation of color #F3DDBC: hue angle of 36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3DDBC is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 188 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.05 |
| HSL | 36º | 0.7% | 0.85% | - |
| HSV(B) | 36º | 0.23% | 0.95% | - |
| XYZ | 71.9 | 74.4 | 58.15 | - |
| YUV | 223.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 188 | 0 | 0.09 | 0.23 | 0.05 | 36 | 0.7 | 0.85 |
| Hex | F3 | DD | BC | 0 | 9 | 17 | 5 | 24 | 46 | 55 |
| Octal | 363 | 335 | 274 | 0 | 11 | 27 | 5 | 44 | 106 | 125 |
| Binary | 11110011 | 11011101 | 10111100 | 0 | 1001 | 10111 | 101 | 100100 | 1000110 | 1010101 |
Color Harmonies of #F3DDBC
Complementary color
Monochromatic Colors of #F3DDBC
Black with #F3DDBC
Text Example
Text Example
White with #F3DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDBC; }
p { color: rgb(243,221,188); }
H1.HeaderClassName
{
color: #F3DDBC;
}
.AnyTagClassName
{
color: #F3DDBC;
}
</style>
background-color css
<style>
a { background-color: #F3DDBC; }
a { background-color: rgb(243,221,188); }
div.DivClassName
{
background-color: #F3DDBC;
}
.BgClassName
{
background-color: #F3DDBC;
}
</style>
border-color css
<style>
span { border-color: #F3DDBC; }
span { border-color: rgb(243,221,188); }
td.TdClassName
{
border-color: #F3DDBC;
}
.TagClassName
{
border-color: #F3DDBC;
}
</style>