Shades of Pattens Blue #DEE7ED
Tints of Pattens Blue #DEE7ED
RGB
CMYK
RGB Variations
Color information
#DEE7ED (or 0xDEE7ED) is known color: Pattens Blue. HEX triplet: DE, E7 and ED. RGB value is (222,231,237). Sum of RGB (Red+Green+Blue) = 222+231+237=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7ED is #211812. Grayscale: #E4E4E4. Windows color (decimal): -2168851 or 15591390. OLE color: 15591390.
HSL color Cylindrical-coordinate representation of color #DEE7ED: hue angle of 204º degrees, saturation: 0.29, 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 #DEE7ED is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 231 | 237 | - |
CMYK | 0.06 | 0.03 | 0 | 0.07 |
HSL | 204º | 0.29% | 0.9% | - |
HSV(B) | 204º | 0.06% | 0.93% | - |
XYZ | 73.99 | 78.8 | 91.43 | - |
YUV | 228.99 | 132.52 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 237 | 0.06 | 0.03 | 0 | 0.07 | 204 | 0.29 | 0.9 |
Hex | DE | E7 | ED | 6 | 3 | 0 | 7 | CC | 1D | 5A |
Octal | 336 | 347 | 355 | 6 | 3 | 0 | 7 | 314 | 35 | 132 |
Binary | 11011110 | 11100111 | 11101101 | 110 | 11 | 0 | 111 | 11001100 | 11101 | 1011010 |
Color Harmonies of #DEE7ED
Complementary color
Monochromatic Colors of #DEE7ED
Black with #DEE7ED
Text Example
Text Example
White with #DEE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7ED; }
p { color: rgb(222,231,237); }
H1.HeaderClassName
{
color: #DEE7ED;
}
.AnyTagClassName
{
color: #DEE7ED;
}
</style>
background-color css
<style>
a { background-color: #DEE7ED; }
a { background-color: rgb(222,231,237); }
div.DivClassName
{
background-color: #DEE7ED;
}
.BgClassName
{
background-color: #DEE7ED;
}
</style>
border-color css
<style>
span { border-color: #DEE7ED; }
span { border-color: rgb(222,231,237); }
td.TdClassName
{
border-color: #DEE7ED;
}
.TagClassName
{
border-color: #DEE7ED;
}
</style>