Shades of Pattens Blue #DEE2E6
Tints of Pattens Blue #DEE2E6
RGB
CMYK
RGB Variations
Color information
#DEE2E6 (or 0xDEE2E6) is known color: Pattens Blue. HEX triplet: DE, E2 and E6. RGB value is (222,226,230). Sum of RGB (Red+Green+Blue) = 222+226+230=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2E6 is #211D19. Grayscale: #E1E1E1. Windows color (decimal): -2170138 or 15131358. OLE color: 15131358.
HSL color Cylindrical-coordinate representation of color #DEE2E6: hue angle of 210º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE2E6 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 226 | 230 | - |
CMYK | 0.03 | 0.02 | 0 | 0.10 |
HSL | 210º | 0.14% | 0.89% | - |
HSV(B) | 210º | 0.03% | 0.9% | - |
XYZ | 71.6 | 75.64 | 85.69 | - |
YUV | 225.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 230 | 0.03 | 0.02 | 0 | 0.10 | 210 | 0.14 | 0.89 |
Hex | DE | E2 | E6 | 3 | 2 | 0 | A | D2 | E | 59 |
Octal | 336 | 342 | 346 | 3 | 2 | 0 | 12 | 322 | 16 | 131 |
Binary | 11011110 | 11100010 | 11100110 | 11 | 10 | 0 | 1010 | 11010010 | 1110 | 1011001 |
Color Harmonies of #DEE2E6
Complementary color
Monochromatic Colors of #DEE2E6
Black with #DEE2E6
Text Example
Text Example
White with #DEE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2E6; }
p { color: rgb(222,226,230); }
H1.HeaderClassName
{
color: #DEE2E6;
}
.AnyTagClassName
{
color: #DEE2E6;
}
</style>
background-color css
<style>
a { background-color: #DEE2E6; }
a { background-color: rgb(222,226,230); }
div.DivClassName
{
background-color: #DEE2E6;
}
.BgClassName
{
background-color: #DEE2E6;
}
</style>
border-color css
<style>
span { border-color: #DEE2E6; }
span { border-color: rgb(222,226,230); }
td.TdClassName
{
border-color: #DEE2E6;
}
.TagClassName
{
border-color: #DEE2E6;
}
</style>