Shades of Pattens Blue #DEE1E4
Tints of Pattens Blue #DEE1E4
RGB
CMYK
RGB Variations
Color information
#DEE1E4 (or 0xDEE1E4) is known color: Pattens Blue. HEX triplet: DE, E1 and E4. RGB value is (222,225,228). Sum of RGB (Red+Green+Blue) = 222+225+228=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEE1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1E4 is #211E1B. Grayscale: #E0E0E0. Windows color (decimal): -2170396 or 15000030. OLE color: 15000030.
HSL color Cylindrical-coordinate representation of color #DEE1E4: hue angle of 210º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE1E4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 225 | 228 | - |
CMYK | 0.03 | 0.01 | 0 | 0.11 |
HSL | 210º | 0.1% | 0.88% | - |
HSV(B) | 210º | 0.03% | 0.89% | - |
XYZ | 71.05 | 74.98 | 84.13 | - |
YUV | 224.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 225 | 228 | 0.03 | 0.01 | 0 | 0.11 | 210 | 0.1 | 0.88 |
Hex | DE | E1 | E4 | 3 | 1 | 0 | B | D2 | A | 58 |
Octal | 336 | 341 | 344 | 3 | 1 | 0 | 13 | 322 | 12 | 130 |
Binary | 11011110 | 11100001 | 11100100 | 11 | 1 | 0 | 1011 | 11010010 | 1010 | 1011000 |
Color Harmonies of #DEE1E4
Complementary color
Monochromatic Colors of #DEE1E4
Black with #DEE1E4
Text Example
Text Example
White with #DEE1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1E4; }
p { color: rgb(222,225,228); }
H1.HeaderClassName
{
color: #DEE1E4;
}
.AnyTagClassName
{
color: #DEE1E4;
}
</style>
background-color css
<style>
a { background-color: #DEE1E4; }
a { background-color: rgb(222,225,228); }
div.DivClassName
{
background-color: #DEE1E4;
}
.BgClassName
{
background-color: #DEE1E4;
}
</style>
border-color css
<style>
span { border-color: #DEE1E4; }
span { border-color: rgb(222,225,228); }
td.TdClassName
{
border-color: #DEE1E4;
}
.TagClassName
{
border-color: #DEE1E4;
}
</style>