Shades of Pattens Blue #DEE5EC
Tints of Pattens Blue #DEE5EC
RGB
CMYK
RGB Variations
Color information
#DEE5EC (or 0xDEE5EC) is known color: Pattens Blue. HEX triplet: DE, E5 and EC. RGB value is (222,229,236). Sum of RGB (Red+Green+Blue) = 222+229+236=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5EC is #211A13. Grayscale: #E3E3E3. Windows color (decimal): -2169364 or 15525342. OLE color: 15525342.
HSL color Cylindrical-coordinate representation of color #DEE5EC: hue angle of 210º 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 #DEE5EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 229 | 236 | - |
CMYK | 0.06 | 0.03 | 0 | 0.07 |
HSL | 210º | 0.27% | 0.9% | - |
HSV(B) | 210º | 0.06% | 0.93% | - |
XYZ | 73.28 | 77.62 | 90.48 | - |
YUV | 227.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 236 | 0.06 | 0.03 | 0 | 0.07 | 210 | 0.27 | 0.9 |
Hex | DE | E5 | EC | 6 | 3 | 0 | 7 | D2 | 1B | 5A |
Octal | 336 | 345 | 354 | 6 | 3 | 0 | 7 | 322 | 33 | 132 |
Binary | 11011110 | 11100101 | 11101100 | 110 | 11 | 0 | 111 | 11010010 | 11011 | 1011010 |
Color Harmonies of #DEE5EC
Complementary color
Monochromatic Colors of #DEE5EC
Black with #DEE5EC
Text Example
Text Example
White with #DEE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5EC; }
p { color: rgb(222,229,236); }
H1.HeaderClassName
{
color: #DEE5EC;
}
.AnyTagClassName
{
color: #DEE5EC;
}
</style>
background-color css
<style>
a { background-color: #DEE5EC; }
a { background-color: rgb(222,229,236); }
div.DivClassName
{
background-color: #DEE5EC;
}
.BgClassName
{
background-color: #DEE5EC;
}
</style>
border-color css
<style>
span { border-color: #DEE5EC; }
span { border-color: rgb(222,229,236); }
td.TdClassName
{
border-color: #DEE5EC;
}
.TagClassName
{
border-color: #DEE5EC;
}
</style>