Shades of Pattens Blue #DEE8EC
Tints of Pattens Blue #DEE8EC
RGB
CMYK
RGB Variations
Color information
#DEE8EC (or 0xDEE8EC) is known color: Pattens Blue. HEX triplet: DE, E8 and EC. RGB value is (222,232,236). Sum of RGB (Red+Green+Blue) = 222+232+236=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8EC is #211713. Grayscale: #E5E5E5. Windows color (decimal): -2168596 or 15526110. OLE color: 15526110.
HSL color Cylindrical-coordinate representation of color #DEE8EC: hue angle of 197.14º degrees, saturation: 0.27, 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 #DEE8EC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 232 | 236 | - |
CMYK | 0.06 | 0.02 | 0 | 0.07 |
HSL | 197.14º | 0.27% | 0.9% | - |
HSV(B) | 197.14º | 0.06% | 0.93% | - |
XYZ | 74.12 | 79.3 | 90.76 | - |
YUV | 229.47 | 131.69 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 232 | 236 | 0.06 | 0.02 | 0 | 0.07 | 197.14 | 0.27 | 0.9 |
Hex | DE | E8 | EC | 6 | 2 | 0 | 7 | C5 | 1B | 5A |
Octal | 336 | 350 | 354 | 6 | 2 | 0 | 7 | 305 | 33 | 132 |
Binary | 11011110 | 11101000 | 11101100 | 110 | 10 | 0 | 111 | 11000101 | 11011 | 1011010 |
Color Harmonies of #DEE8EC
Complementary color
Monochromatic Colors of #DEE8EC
Black with #DEE8EC
Text Example
Text Example
White with #DEE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8EC; }
p { color: rgb(222,232,236); }
H1.HeaderClassName
{
color: #DEE8EC;
}
.AnyTagClassName
{
color: #DEE8EC;
}
</style>
background-color css
<style>
a { background-color: #DEE8EC; }
a { background-color: rgb(222,232,236); }
div.DivClassName
{
background-color: #DEE8EC;
}
.BgClassName
{
background-color: #DEE8EC;
}
</style>
border-color css
<style>
span { border-color: #DEE8EC; }
span { border-color: rgb(222,232,236); }
td.TdClassName
{
border-color: #DEE8EC;
}
.TagClassName
{
border-color: #DEE8EC;
}
</style>