Shades of Pattens Blue #DEE7EC
Tints of Pattens Blue #DEE7EC
RGB
CMYK
RGB Variations
Color information
#DEE7EC (or 0xDEE7EC) is known color: Pattens Blue. HEX triplet: DE, E7 and EC. RGB value is (222,231,236). Sum of RGB (Red+Green+Blue) = 222+231+236=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7EC is #211813. Grayscale: #E4E4E4. Windows color (decimal): -2168852 or 15525854. OLE color: 15525854.
HSL color Cylindrical-coordinate representation of color #DEE7EC: hue angle of 201.43º 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 #DEE7EC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 231 | 236 | - |
CMYK | 0.06 | 0.02 | 0 | 0.07 |
HSL | 201.43º | 0.27% | 0.9% | - |
HSV(B) | 201.43º | 0.06% | 0.93% | - |
XYZ | 73.84 | 78.74 | 90.66 | - |
YUV | 228.88 | 132.02 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 236 | 0.06 | 0.02 | 0 | 0.07 | 201.43 | 0.27 | 0.9 |
Hex | DE | E7 | EC | 6 | 2 | 0 | 7 | C9 | 1B | 5A |
Octal | 336 | 347 | 354 | 6 | 2 | 0 | 7 | 311 | 33 | 132 |
Binary | 11011110 | 11100111 | 11101100 | 110 | 10 | 0 | 111 | 11001001 | 11011 | 1011010 |
Color Harmonies of #DEE7EC
Complementary color
Monochromatic Colors of #DEE7EC
Black with #DEE7EC
Text Example
Text Example
White with #DEE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7EC; }
p { color: rgb(222,231,236); }
H1.HeaderClassName
{
color: #DEE7EC;
}
.AnyTagClassName
{
color: #DEE7EC;
}
</style>
background-color css
<style>
a { background-color: #DEE7EC; }
a { background-color: rgb(222,231,236); }
div.DivClassName
{
background-color: #DEE7EC;
}
.BgClassName
{
background-color: #DEE7EC;
}
</style>
border-color css
<style>
span { border-color: #DEE7EC; }
span { border-color: rgb(222,231,236); }
td.TdClassName
{
border-color: #DEE7EC;
}
.TagClassName
{
border-color: #DEE7EC;
}
</style>