Shades of Pattens Blue #DBE3E6
Tints of Pattens Blue #DBE3E6
RGB
CMYK
RGB Variations
Color information
#DBE3E6 (or 0xDBE3E6) is known color: Pattens Blue. HEX triplet: DB, E3 and E6. RGB value is (219,227,230). Sum of RGB (Red+Green+Blue) = 219+227+230=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3E6 is #241C19. Grayscale: #E0E0E0. Windows color (decimal): -2366490 or 15131611. OLE color: 15131611.
HSL color Cylindrical-coordinate representation of color #DBE3E6: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE3E6 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 227 | 230 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.10 |
| HSL | 196.36º | 0.18% | 0.88% | - |
| HSV(B) | 196.36º | 0.05% | 0.9% | - |
| XYZ | 70.97 | 75.71 | 85.74 | - |
| YUV | 224.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 230 | 0.05 | 0.01 | 0 | 0.10 | 196.36 | 0.18 | 0.88 |
| Hex | DB | E3 | E6 | 5 | 1 | 0 | A | C4 | 12 | 58 |
| Octal | 333 | 343 | 346 | 5 | 1 | 0 | 12 | 304 | 22 | 130 |
| Binary | 11011011 | 11100011 | 11100110 | 101 | 1 | 0 | 1010 | 11000100 | 10010 | 1011000 |
Color Harmonies of #DBE3E6
Complementary color
Monochromatic Colors of #DBE3E6
Black with #DBE3E6
Text Example
Text Example
White with #DBE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3E6; }
p { color: rgb(219,227,230); }
H1.HeaderClassName
{
color: #DBE3E6;
}
.AnyTagClassName
{
color: #DBE3E6;
}
</style>
background-color css
<style>
a { background-color: #DBE3E6; }
a { background-color: rgb(219,227,230); }
div.DivClassName
{
background-color: #DBE3E6;
}
.BgClassName
{
background-color: #DBE3E6;
}
</style>
border-color css
<style>
span { border-color: #DBE3E6; }
span { border-color: rgb(219,227,230); }
td.TdClassName
{
border-color: #DBE3E6;
}
.TagClassName
{
border-color: #DBE3E6;
}
</style>