Shades of Dutch White #F2DEBD
Tints of Dutch White #F2DEBD
RGB
CMYK
RGB Variations
Color information
#F2DEBD (or 0xF2DEBD) is known color: Dutch White. HEX triplet: F2, DE and BD. RGB value is (242,222,189). Sum of RGB (Red+Green+Blue) = 242+222+189=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBD is #0D2142. Grayscale: #E0E0E0. Windows color (decimal): -860483 or 12443378. OLE color: 12443378.
HSL color Cylindrical-coordinate representation of color #F2DEBD: hue angle of 37.36º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2DEBD is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 189 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.05 |
| HSL | 37.36º | 0.67% | 0.85% | - |
| HSV(B) | 37.36º | 0.22% | 0.95% | - |
| XYZ | 71.92 | 74.79 | 58.79 | - |
| YUV | 224.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 189 | 0 | 0.08 | 0.22 | 0.05 | 37.36 | 0.67 | 0.85 |
| Hex | F2 | DE | BD | 0 | 8 | 16 | 5 | 25 | 43 | 55 |
| Octal | 362 | 336 | 275 | 0 | 10 | 26 | 5 | 45 | 103 | 125 |
| Binary | 11110010 | 11011110 | 10111101 | 0 | 1000 | 10110 | 101 | 100101 | 1000011 | 1010101 |
Color Harmonies of #F2DEBD
Complementary color
Monochromatic Colors of #F2DEBD
Black with #F2DEBD
Text Example
Text Example
White with #F2DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEBD; }
p { color: rgb(242,222,189); }
H1.HeaderClassName
{
color: #F2DEBD;
}
.AnyTagClassName
{
color: #F2DEBD;
}
</style>
background-color css
<style>
a { background-color: #F2DEBD; }
a { background-color: rgb(242,222,189); }
div.DivClassName
{
background-color: #F2DEBD;
}
.BgClassName
{
background-color: #F2DEBD;
}
</style>
border-color css
<style>
span { border-color: #F2DEBD; }
span { border-color: rgb(242,222,189); }
td.TdClassName
{
border-color: #F2DEBD;
}
.TagClassName
{
border-color: #F2DEBD;
}
</style>