Shades of Pattens Blue #DEE9EF
Tints of Pattens Blue #DEE9EF
RGB
CMYK
RGB Variations
Color information
#DEE9EF (or 0xDEE9EF) is known color: Pattens Blue. HEX triplet: DE, E9 and EF. RGB value is (222,233,239). Sum of RGB (Red+Green+Blue) = 222+233+239=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9EF is #211610. Grayscale: #E6E6E6. Windows color (decimal): -2168337 or 15722974. OLE color: 15722974.
HSL color Cylindrical-coordinate representation of color #DEE9EF: hue angle of 201.18º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE9EF is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 233 | 239 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.06 |
| HSL | 201.18º | 0.35% | 0.9% | - |
| HSV(B) | 201.18º | 0.07% | 0.94% | - |
| XYZ | 74.84 | 80.04 | 93.17 | - |
| YUV | 230.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 239 | 0.07 | 0.03 | 0 | 0.06 | 201.18 | 0.35 | 0.9 |
| Hex | DE | E9 | EF | 7 | 3 | 0 | 6 | C9 | 23 | 5A |
| Octal | 336 | 351 | 357 | 7 | 3 | 0 | 6 | 311 | 43 | 132 |
| Binary | 11011110 | 11101001 | 11101111 | 111 | 11 | 0 | 110 | 11001001 | 100011 | 1011010 |
Color Harmonies of #DEE9EF
Complementary color
Monochromatic Colors of #DEE9EF
Black with #DEE9EF
Text Example
Text Example
White with #DEE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9EF; }
p { color: rgb(222,233,239); }
H1.HeaderClassName
{
color: #DEE9EF;
}
.AnyTagClassName
{
color: #DEE9EF;
}
</style>
background-color css
<style>
a { background-color: #DEE9EF; }
a { background-color: rgb(222,233,239); }
div.DivClassName
{
background-color: #DEE9EF;
}
.BgClassName
{
background-color: #DEE9EF;
}
</style>
border-color css
<style>
span { border-color: #DEE9EF; }
span { border-color: rgb(222,233,239); }
td.TdClassName
{
border-color: #DEE9EF;
}
.TagClassName
{
border-color: #DEE9EF;
}
</style>