Shades of Pattens Blue #DEE6ED
Tints of Pattens Blue #DEE6ED
RGB
CMYK
RGB Variations
Color information
#DEE6ED (or 0xDEE6ED) is known color: Pattens Blue. HEX triplet: DE, E6 and ED. RGB value is (222,230,237). Sum of RGB (Red+Green+Blue) = 222+230+237=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6ED is #211912. Grayscale: #E4E4E4. Windows color (decimal): -2169107 or 15591134. OLE color: 15591134.
HSL color Cylindrical-coordinate representation of color #DEE6ED: hue angle of 208º 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 #DEE6ED is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 230 | 237 | - |
CMYK | 0.06 | 0.03 | 0 | 0.07 |
HSL | 208º | 0.29% | 0.9% | - |
HSV(B) | 208º | 0.06% | 0.93% | - |
XYZ | 73.71 | 78.24 | 91.34 | - |
YUV | 228.41 | 132.85 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 237 | 0.06 | 0.03 | 0 | 0.07 | 208 | 0.29 | 0.9 |
Hex | DE | E6 | ED | 6 | 3 | 0 | 7 | D0 | 1D | 5A |
Octal | 336 | 346 | 355 | 6 | 3 | 0 | 7 | 320 | 35 | 132 |
Binary | 11011110 | 11100110 | 11101101 | 110 | 11 | 0 | 111 | 11010000 | 11101 | 1011010 |
Color Harmonies of #DEE6ED
Complementary color
Monochromatic Colors of #DEE6ED
Black with #DEE6ED
Text Example
Text Example
White with #DEE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6ED; }
p { color: rgb(222,230,237); }
H1.HeaderClassName
{
color: #DEE6ED;
}
.AnyTagClassName
{
color: #DEE6ED;
}
</style>
background-color css
<style>
a { background-color: #DEE6ED; }
a { background-color: rgb(222,230,237); }
div.DivClassName
{
background-color: #DEE6ED;
}
.BgClassName
{
background-color: #DEE6ED;
}
</style>
border-color css
<style>
span { border-color: #DEE6ED; }
span { border-color: rgb(222,230,237); }
td.TdClassName
{
border-color: #DEE6ED;
}
.TagClassName
{
border-color: #DEE6ED;
}
</style>