Shades of Pattens Blue #DFE4E8
Tints of Pattens Blue #DFE4E8
RGB
CMYK
RGB Variations
Color information
#DFE4E8 (or 0xDFE4E8) is known color: Pattens Blue. HEX triplet: DF, E4 and E8. RGB value is (223,228,232). Sum of RGB (Red+Green+Blue) = 223+228+232=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFE4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4E8 is #201B17. Grayscale: #E2E2E2. Windows color (decimal): -2104088 or 15262943. OLE color: 15262943.
HSL color Cylindrical-coordinate representation of color #DFE4E8: hue angle of 206.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE4E8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 228 | 232 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.09 |
| HSL | 206.67º | 0.16% | 0.89% | - |
| HSV(B) | 206.67º | 0.04% | 0.91% | - |
| XYZ | 72.74 | 77 | 87.37 | - |
| YUV | 226.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 232 | 0.04 | 0.02 | 0 | 0.09 | 206.67 | 0.16 | 0.89 |
| Hex | DF | E4 | E8 | 4 | 2 | 0 | 9 | CF | 10 | 59 |
| Octal | 337 | 344 | 350 | 4 | 2 | 0 | 11 | 317 | 20 | 131 |
| Binary | 11011111 | 11100100 | 11101000 | 100 | 10 | 0 | 1001 | 11001111 | 10000 | 1011001 |
Color Harmonies of #DFE4E8
Complementary color
Monochromatic Colors of #DFE4E8
Black with #DFE4E8
Text Example
Text Example
White with #DFE4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4E8; }
p { color: rgb(223,228,232); }
H1.HeaderClassName
{
color: #DFE4E8;
}
.AnyTagClassName
{
color: #DFE4E8;
}
</style>
background-color css
<style>
a { background-color: #DFE4E8; }
a { background-color: rgb(223,228,232); }
div.DivClassName
{
background-color: #DFE4E8;
}
.BgClassName
{
background-color: #DFE4E8;
}
</style>
border-color css
<style>
span { border-color: #DFE4E8; }
span { border-color: rgb(223,228,232); }
td.TdClassName
{
border-color: #DFE4E8;
}
.TagClassName
{
border-color: #DFE4E8;
}
</style>