Shades of Half Dutch White #F7ECD3
Tints of Half Dutch White #F7ECD3
RGB
CMYK
RGB Variations
Color information
#F7ECD3 (or 0xF7ECD3) is known color: Half Dutch White. HEX triplet: F7, EC and D3. RGB value is (247,236,211). Sum of RGB (Red+Green+Blue) = 247+236+211=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 211 (82.81% from 255 or 30.40% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7ECD3 is #08132C. Grayscale: #ECECEC. Windows color (decimal): -529197 or 13888759. OLE color: 13888759.
HSL color Cylindrical-coordinate representation of color #F7ECD3: hue angle of 41.67º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7ECD3 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 211 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.03 |
| HSL | 41.67º | 0.69% | 0.9% | - |
| HSV(B) | 41.67º | 0.15% | 0.97% | - |
| XYZ | 80.11 | 84.47 | 73.71 | - |
| YUV | 236.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 211 | 0 | 0.04 | 0.15 | 0.03 | 41.67 | 0.69 | 0.9 |
| Hex | F7 | EC | D3 | 0 | 4 | F | 3 | 2A | 45 | 5A |
| Octal | 367 | 354 | 323 | 0 | 4 | 17 | 3 | 52 | 105 | 132 |
| Binary | 11110111 | 11101100 | 11010011 | 0 | 100 | 1111 | 11 | 101010 | 1000101 | 1011010 |
Color Harmonies of #F7ECD3
Complementary color
Monochromatic Colors of #F7ECD3
Black with #F7ECD3
Text Example
Text Example
White with #F7ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECD3; }
p { color: rgb(247,236,211); }
H1.HeaderClassName
{
color: #F7ECD3;
}
.AnyTagClassName
{
color: #F7ECD3;
}
</style>
background-color css
<style>
a { background-color: #F7ECD3; }
a { background-color: rgb(247,236,211); }
div.DivClassName
{
background-color: #F7ECD3;
}
.BgClassName
{
background-color: #F7ECD3;
}
</style>
border-color css
<style>
span { border-color: #F7ECD3; }
span { border-color: rgb(247,236,211); }
td.TdClassName
{
border-color: #F7ECD3;
}
.TagClassName
{
border-color: #F7ECD3;
}
</style>