Shades of Pattens Blue #DEE3E8
Tints of Pattens Blue #DEE3E8
RGB
CMYK
RGB Variations
Color information
#DEE3E8 (or 0xDEE3E8) is known color: Pattens Blue. HEX triplet: DE, E3 and E8. RGB value is (222,227,232). Sum of RGB (Red+Green+Blue) = 222+227+232=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3E8 is #211C17. Grayscale: #E2E2E2. Windows color (decimal): -2169880 or 15262686. OLE color: 15262686.
HSL color Cylindrical-coordinate representation of color #DEE3E8: hue angle of 210º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE3E8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 227 | 232 | - |
CMYK | 0.04 | 0.02 | 0 | 0.09 |
HSL | 210º | 0.18% | 0.89% | - |
HSV(B) | 210º | 0.04% | 0.91% | - |
XYZ | 72.16 | 76.29 | 87.27 | - |
YUV | 226.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 227 | 232 | 0.04 | 0.02 | 0 | 0.09 | 210 | 0.18 | 0.89 |
Hex | DE | E3 | E8 | 4 | 2 | 0 | 9 | D2 | 12 | 59 |
Octal | 336 | 343 | 350 | 4 | 2 | 0 | 11 | 322 | 22 | 131 |
Binary | 11011110 | 11100011 | 11101000 | 100 | 10 | 0 | 1001 | 11010010 | 10010 | 1011001 |
Color Harmonies of #DEE3E8
Complementary color
Monochromatic Colors of #DEE3E8
Black with #DEE3E8
Text Example
Text Example
White with #DEE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3E8; }
p { color: rgb(222,227,232); }
H1.HeaderClassName
{
color: #DEE3E8;
}
.AnyTagClassName
{
color: #DEE3E8;
}
</style>
background-color css
<style>
a { background-color: #DEE3E8; }
a { background-color: rgb(222,227,232); }
div.DivClassName
{
background-color: #DEE3E8;
}
.BgClassName
{
background-color: #DEE3E8;
}
</style>
border-color css
<style>
span { border-color: #DEE3E8; }
span { border-color: rgb(222,227,232); }
td.TdClassName
{
border-color: #DEE3E8;
}
.TagClassName
{
border-color: #DEE3E8;
}
</style>