Shades of Pattens Blue #DEE0E1
Tints of Pattens Blue #DEE0E1
RGB
CMYK
RGB Variations
Color information
#DEE0E1 (or 0xDEE0E1) is known color: Pattens Blue. HEX triplet: DE, E0 and E1. RGB value is (222,224,225). Sum of RGB (Red+Green+Blue) = 222+224+225=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0E1 is #211F1E. Grayscale: #DFDFDF. Windows color (decimal): -2170655 or 14803166. OLE color: 14803166.
HSL color Cylindrical-coordinate representation of color #DEE0E1: hue angle of 200º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEE0E1 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 224 | 225 | - |
CMYK | 0.01 | 0.00 | 0 | 0.12 |
HSL | 200º | 0.05% | 0.88% | - |
HSV(B) | 200º | 0.01% | 0.88% | - |
XYZ | 70.37 | 74.28 | 81.86 | - |
YUV | 223.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 224 | 225 | 0.01 | 0.00 | 0 | 0.12 | 200 | 0.05 | 0.88 |
Hex | DE | E0 | E1 | 1 | 0 | 0 | C | C8 | 5 | 58 |
Octal | 336 | 340 | 341 | 1 | 0 | 0 | 14 | 310 | 5 | 130 |
Binary | 11011110 | 11100000 | 11100001 | 1 | 0 | 0 | 1100 | 11001000 | 101 | 1011000 |
Color Harmonies of #DEE0E1
Complementary color
Monochromatic Colors of #DEE0E1
Black with #DEE0E1
Text Example
Text Example
White with #DEE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0E1; }
p { color: rgb(222,224,225); }
H1.HeaderClassName
{
color: #DEE0E1;
}
.AnyTagClassName
{
color: #DEE0E1;
}
</style>
background-color css
<style>
a { background-color: #DEE0E1; }
a { background-color: rgb(222,224,225); }
div.DivClassName
{
background-color: #DEE0E1;
}
.BgClassName
{
background-color: #DEE0E1;
}
</style>
border-color css
<style>
span { border-color: #DEE0E1; }
span { border-color: rgb(222,224,225); }
td.TdClassName
{
border-color: #DEE0E1;
}
.TagClassName
{
border-color: #DEE0E1;
}
</style>