Shades of Pattens Blue #DEE8F1
Tints of Pattens Blue #DEE8F1
RGB
CMYK
RGB Variations
Color information
#DEE8F1 (or 0xDEE8F1) is known color: Pattens Blue. HEX triplet: DE, E8 and F1. RGB value is (222,232,241). Sum of RGB (Red+Green+Blue) = 222+232+241=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8F1 is #21170E. Grayscale: #E5E5E5. Windows color (decimal): -2168591 or 15853790. OLE color: 15853790.
HSL color Cylindrical-coordinate representation of color #DEE8F1: hue angle of 208.42º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE8F1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 232 | 241 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.05 |
| HSL | 208.42º | 0.4% | 0.91% | - |
| HSV(B) | 208.42º | 0.08% | 0.95% | - |
| XYZ | 74.86 | 79.59 | 94.64 | - |
| YUV | 230.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 241 | 0.08 | 0.04 | 0 | 0.05 | 208.42 | 0.4 | 0.91 |
| Hex | DE | E8 | F1 | 8 | 4 | 0 | 5 | D0 | 28 | 5B |
| Octal | 336 | 350 | 361 | 10 | 4 | 0 | 5 | 320 | 50 | 133 |
| Binary | 11011110 | 11101000 | 11110001 | 1000 | 100 | 0 | 101 | 11010000 | 101000 | 1011011 |
Color Harmonies of #DEE8F1
Complementary color
Monochromatic Colors of #DEE8F1
Black with #DEE8F1
Text Example
Text Example
White with #DEE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8F1; }
p { color: rgb(222,232,241); }
H1.HeaderClassName
{
color: #DEE8F1;
}
.AnyTagClassName
{
color: #DEE8F1;
}
</style>
background-color css
<style>
a { background-color: #DEE8F1; }
a { background-color: rgb(222,232,241); }
div.DivClassName
{
background-color: #DEE8F1;
}
.BgClassName
{
background-color: #DEE8F1;
}
</style>
border-color css
<style>
span { border-color: #DEE8F1; }
span { border-color: rgb(222,232,241); }
td.TdClassName
{
border-color: #DEE8F1;
}
.TagClassName
{
border-color: #DEE8F1;
}
</style>