Shades of Dutch White #F3DEBC
Tints of Dutch White #F3DEBC
RGB
CMYK
RGB Variations
Color information
#F3DEBC (or 0xF3DEBC) is known color: Dutch White. HEX triplet: F3, DE and BC. RGB value is (243,222,188). Sum of RGB (Red+Green+Blue) = 243+222+188=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEBC is #0C2143. Grayscale: #E0E0E0. Windows color (decimal): -794948 or 12377843. OLE color: 12377843.
HSL color Cylindrical-coordinate representation of color #F3DEBC: hue angle of 37.09º 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 #F3DEBC is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 188 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.05 |
| HSL | 37.09º | 0.7% | 0.85% | - |
| HSV(B) | 37.09º | 0.23% | 0.95% | - |
| XYZ | 72.16 | 74.93 | 58.24 | - |
| YUV | 224.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 188 | 0 | 0.09 | 0.23 | 0.05 | 37.09 | 0.7 | 0.85 |
| Hex | F3 | DE | BC | 0 | 9 | 17 | 5 | 25 | 46 | 55 |
| Octal | 363 | 336 | 274 | 0 | 11 | 27 | 5 | 45 | 106 | 125 |
| Binary | 11110011 | 11011110 | 10111100 | 0 | 1001 | 10111 | 101 | 100101 | 1000110 | 1010101 |
Color Harmonies of #F3DEBC
Complementary color
Monochromatic Colors of #F3DEBC
Black with #F3DEBC
Text Example
Text Example
White with #F3DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEBC; }
p { color: rgb(243,222,188); }
H1.HeaderClassName
{
color: #F3DEBC;
}
.AnyTagClassName
{
color: #F3DEBC;
}
</style>
background-color css
<style>
a { background-color: #F3DEBC; }
a { background-color: rgb(243,222,188); }
div.DivClassName
{
background-color: #F3DEBC;
}
.BgClassName
{
background-color: #F3DEBC;
}
</style>
border-color css
<style>
span { border-color: #F3DEBC; }
span { border-color: rgb(243,222,188); }
td.TdClassName
{
border-color: #F3DEBC;
}
.TagClassName
{
border-color: #F3DEBC;
}
</style>