Shades of Pattens Blue #DEE3E6
Tints of Pattens Blue #DEE3E6
RGB
CMYK
RGB Variations
Color information
#DEE3E6 (or 0xDEE3E6) is known color: Pattens Blue. HEX triplet: DE, E3 and E6. RGB value is (222,227,230). Sum of RGB (Red+Green+Blue) = 222+227+230=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3E6 is #211C19. Grayscale: #E1E1E1. Windows color (decimal): -2169882 or 15131614. OLE color: 15131614.
HSL color Cylindrical-coordinate representation of color #DEE3E6: hue angle of 202.5º 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 #DEE3E6 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 227 | 230 | - |
CMYK | 0.03 | 0.01 | 0 | 0.10 |
HSL | 202.5º | 0.14% | 0.89% | - |
HSV(B) | 202.5º | 0.03% | 0.9% | - |
XYZ | 71.88 | 76.18 | 85.78 | - |
YUV | 225.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 227 | 230 | 0.03 | 0.01 | 0 | 0.10 | 202.5 | 0.14 | 0.89 |
Hex | DE | E3 | E6 | 3 | 1 | 0 | A | CA | E | 59 |
Octal | 336 | 343 | 346 | 3 | 1 | 0 | 12 | 312 | 16 | 131 |
Binary | 11011110 | 11100011 | 11100110 | 11 | 1 | 0 | 1010 | 11001010 | 1110 | 1011001 |
Color Harmonies of #DEE3E6
Complementary color
Monochromatic Colors of #DEE3E6
Black with #DEE3E6
Text Example
Text Example
White with #DEE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3E6; }
p { color: rgb(222,227,230); }
H1.HeaderClassName
{
color: #DEE3E6;
}
.AnyTagClassName
{
color: #DEE3E6;
}
</style>
background-color css
<style>
a { background-color: #DEE3E6; }
a { background-color: rgb(222,227,230); }
div.DivClassName
{
background-color: #DEE3E6;
}
.BgClassName
{
background-color: #DEE3E6;
}
</style>
border-color css
<style>
span { border-color: #DEE3E6; }
span { border-color: rgb(222,227,230); }
td.TdClassName
{
border-color: #DEE3E6;
}
.TagClassName
{
border-color: #DEE3E6;
}
</style>