Shades of Dutch White #EEDFC2
Tints of Dutch White #EEDFC2
RGB
CMYK
RGB Variations
Color information
#EEDFC2 (or 0xEEDFC2) is known color: Dutch White. HEX triplet: EE, DF and C2. RGB value is (238,223,194). Sum of RGB (Red+Green+Blue) = 238+223+194=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFC2 is #11203D. Grayscale: #E0E0E0. Windows color (decimal): -1122366 or 12771310. OLE color: 12771310.
HSL color Cylindrical-coordinate representation of color #EEDFC2: hue angle of 39.55º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEDFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 194 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.07 |
| HSL | 39.55º | 0.56% | 0.85% | - |
| HSV(B) | 39.55º | 0.18% | 0.93% | - |
| XYZ | 71.39 | 74.85 | 61.72 | - |
| YUV | 224.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 194 | 0 | 0.06 | 0.18 | 0.07 | 39.55 | 0.56 | 0.85 |
| Hex | EE | DF | C2 | 0 | 6 | 12 | 7 | 28 | 38 | 55 |
| Octal | 356 | 337 | 302 | 0 | 6 | 22 | 7 | 50 | 70 | 125 |
| Binary | 11101110 | 11011111 | 11000010 | 0 | 110 | 10010 | 111 | 101000 | 111000 | 1010101 |
Color Harmonies of #EEDFC2
Complementary color
Monochromatic Colors of #EEDFC2
Black with #EEDFC2
Text Example
Text Example
White with #EEDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFC2; }
p { color: rgb(238,223,194); }
H1.HeaderClassName
{
color: #EEDFC2;
}
.AnyTagClassName
{
color: #EEDFC2;
}
</style>
background-color css
<style>
a { background-color: #EEDFC2; }
a { background-color: rgb(238,223,194); }
div.DivClassName
{
background-color: #EEDFC2;
}
.BgClassName
{
background-color: #EEDFC2;
}
</style>
border-color css
<style>
span { border-color: #EEDFC2; }
span { border-color: rgb(238,223,194); }
td.TdClassName
{
border-color: #EEDFC2;
}
.TagClassName
{
border-color: #EEDFC2;
}
</style>