Shades of Pattens Blue #DFE8EE
Tints of Pattens Blue #DFE8EE
RGB
CMYK
RGB Variations
Color information
#DFE8EE (or 0xDFE8EE) is known color: Pattens Blue. HEX triplet: DF, E8 and EE. RGB value is (223,232,238). Sum of RGB (Red+Green+Blue) = 223+232+238=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8EE is #201711. Grayscale: #E5E5E5. Windows color (decimal): -2103058 or 15657183. OLE color: 15657183.
HSL color Cylindrical-coordinate representation of color #DFE8EE: hue angle of 204º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE8EE is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 232 | 238 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.07 |
| HSL | 204º | 0.31% | 0.9% | - |
| HSV(B) | 204º | 0.06% | 0.93% | - |
| XYZ | 74.72 | 79.57 | 92.31 | - |
| YUV | 229.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 238 | 0.06 | 0.03 | 0 | 0.07 | 204 | 0.31 | 0.9 |
| Hex | DF | E8 | EE | 6 | 3 | 0 | 7 | CC | 1F | 5A |
| Octal | 337 | 350 | 356 | 6 | 3 | 0 | 7 | 314 | 37 | 132 |
| Binary | 11011111 | 11101000 | 11101110 | 110 | 11 | 0 | 111 | 11001100 | 11111 | 1011010 |
Color Harmonies of #DFE8EE
Complementary color
Monochromatic Colors of #DFE8EE
Black with #DFE8EE
Text Example
Text Example
White with #DFE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8EE; }
p { color: rgb(223,232,238); }
H1.HeaderClassName
{
color: #DFE8EE;
}
.AnyTagClassName
{
color: #DFE8EE;
}
</style>
background-color css
<style>
a { background-color: #DFE8EE; }
a { background-color: rgb(223,232,238); }
div.DivClassName
{
background-color: #DFE8EE;
}
.BgClassName
{
background-color: #DFE8EE;
}
</style>
border-color css
<style>
span { border-color: #DFE8EE; }
span { border-color: rgb(223,232,238); }
td.TdClassName
{
border-color: #DFE8EE;
}
.TagClassName
{
border-color: #DFE8EE;
}
</style>