Shades of Dutch White #F2DEBA
Tints of Dutch White #F2DEBA
RGB
CMYK
RGB Variations
Color information
#F2DEBA (or 0xF2DEBA) is known color: Dutch White. HEX triplet: F2, DE and BA. RGB value is (242,222,186). Sum of RGB (Red+Green+Blue) = 242+222+186=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBA is #0D2145. Grayscale: #E0E0E0. Windows color (decimal): -860486 or 12246770. OLE color: 12246770.
HSL color Cylindrical-coordinate representation of color #F2DEBA: hue angle of 38.57º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2DEBA is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 186 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.05 |
| HSL | 38.57º | 0.68% | 0.84% | - |
| HSV(B) | 38.57º | 0.23% | 0.95% | - |
| XYZ | 71.6 | 74.66 | 57.09 | - |
| YUV | 223.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 186 | 0 | 0.08 | 0.23 | 0.05 | 38.57 | 0.68 | 0.84 |
| Hex | F2 | DE | BA | 0 | 8 | 17 | 5 | 27 | 44 | 54 |
| Octal | 362 | 336 | 272 | 0 | 10 | 27 | 5 | 47 | 104 | 124 |
| Binary | 11110010 | 11011110 | 10111010 | 0 | 1000 | 10111 | 101 | 100111 | 1000100 | 1010100 |
Color Harmonies of #F2DEBA
Complementary color
Monochromatic Colors of #F2DEBA
Black with #F2DEBA
Text Example
Text Example
White with #F2DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEBA; }
p { color: rgb(242,222,186); }
H1.HeaderClassName
{
color: #F2DEBA;
}
.AnyTagClassName
{
color: #F2DEBA;
}
</style>
background-color css
<style>
a { background-color: #F2DEBA; }
a { background-color: rgb(242,222,186); }
div.DivClassName
{
background-color: #F2DEBA;
}
.BgClassName
{
background-color: #F2DEBA;
}
</style>
border-color css
<style>
span { border-color: #F2DEBA; }
span { border-color: rgb(242,222,186); }
td.TdClassName
{
border-color: #F2DEBA;
}
.TagClassName
{
border-color: #F2DEBA;
}
</style>