Shades of Dutch White #F2DEBF
Tints of Dutch White #F2DEBF
RGB
CMYK
RGB Variations
Color information
#F2DEBF (or 0xF2DEBF) is known color: Dutch White. HEX triplet: F2, DE and BF. RGB value is (242,222,191). Sum of RGB (Red+Green+Blue) = 242+222+191=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBF is #0D2140. Grayscale: #E0E0E0. Windows color (decimal): -860481 or 12574450. OLE color: 12574450.
HSL color Cylindrical-coordinate representation of color #F2DEBF: hue angle of 36.47º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2DEBF is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 191 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.05 |
| HSL | 36.47º | 0.66% | 0.85% | - |
| HSV(B) | 36.47º | 0.21% | 0.95% | - |
| XYZ | 72.14 | 74.88 | 59.94 | - |
| YUV | 224.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 191 | 0 | 0.08 | 0.21 | 0.05 | 36.47 | 0.66 | 0.85 |
| Hex | F2 | DE | BF | 0 | 8 | 15 | 5 | 24 | 42 | 55 |
| Octal | 362 | 336 | 277 | 0 | 10 | 25 | 5 | 44 | 102 | 125 |
| Binary | 11110010 | 11011110 | 10111111 | 0 | 1000 | 10101 | 101 | 100100 | 1000010 | 1010101 |
Color Harmonies of #F2DEBF
Complementary color
Monochromatic Colors of #F2DEBF
Black with #F2DEBF
Text Example
Text Example
White with #F2DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEBF; }
p { color: rgb(242,222,191); }
H1.HeaderClassName
{
color: #F2DEBF;
}
.AnyTagClassName
{
color: #F2DEBF;
}
</style>
background-color css
<style>
a { background-color: #F2DEBF; }
a { background-color: rgb(242,222,191); }
div.DivClassName
{
background-color: #F2DEBF;
}
.BgClassName
{
background-color: #F2DEBF;
}
</style>
border-color css
<style>
span { border-color: #F2DEBF; }
span { border-color: rgb(242,222,191); }
td.TdClassName
{
border-color: #F2DEBF;
}
.TagClassName
{
border-color: #F2DEBF;
}
</style>