Shades of Pattens Blue #DBE2E7
Tints of Pattens Blue #DBE2E7
RGB
CMYK
RGB Variations
Color information
#DBE2E7 (or 0xDBE2E7) is known color: Pattens Blue. HEX triplet: DB, E2 and E7. RGB value is (219,226,231). Sum of RGB (Red+Green+Blue) = 219+226+231=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBE2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2E7 is #241D18. Grayscale: #E0E0E0. Windows color (decimal): -2366745 or 15196891. OLE color: 15196891.
HSL color Cylindrical-coordinate representation of color #DBE2E7: hue angle of 205º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE2E7 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 226 | 231 | - |
CMYK | 0.05 | 0.02 | 0 | 0.09 |
HSL | 205º | 0.2% | 0.88% | - |
HSV(B) | 205º | 0.05% | 0.91% | - |
XYZ | 70.83 | 75.22 | 86.39 | - |
YUV | 224.48 | 131.68 | 124.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 231 | 0.05 | 0.02 | 0 | 0.09 | 205 | 0.2 | 0.88 |
Hex | DB | E2 | E7 | 5 | 2 | 0 | 9 | CD | 14 | 58 |
Octal | 333 | 342 | 347 | 5 | 2 | 0 | 11 | 315 | 24 | 130 |
Binary | 11011011 | 11100010 | 11100111 | 101 | 10 | 0 | 1001 | 11001101 | 10100 | 1011000 |
Color Harmonies of #DBE2E7
Complementary color
Monochromatic Colors of #DBE2E7
Black with #DBE2E7
Text Example
Text Example
White with #DBE2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2E7; }
p { color: rgb(219,226,231); }
H1.HeaderClassName
{
color: #DBE2E7;
}
.AnyTagClassName
{
color: #DBE2E7;
}
</style>
background-color css
<style>
a { background-color: #DBE2E7; }
a { background-color: rgb(219,226,231); }
div.DivClassName
{
background-color: #DBE2E7;
}
.BgClassName
{
background-color: #DBE2E7;
}
</style>
border-color css
<style>
span { border-color: #DBE2E7; }
span { border-color: rgb(219,226,231); }
td.TdClassName
{
border-color: #DBE2E7;
}
.TagClassName
{
border-color: #DBE2E7;
}
</style>