Shades of Pattens Blue #DBE2E9
Tints of Pattens Blue #DBE2E9
RGB
CMYK
RGB Variations
Color information
#DBE2E9 (or 0xDBE2E9) is known color: Pattens Blue. HEX triplet: DB, E2 and E9. RGB value is (219,226,233). Sum of RGB (Red+Green+Blue) = 219+226+233=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2E9 is #241D16. Grayscale: #E0E0E0. Windows color (decimal): -2366743 or 15327963. OLE color: 15327963.
HSL color Cylindrical-coordinate representation of color #DBE2E9: hue angle of 210º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE2E9 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 226 | 233 | - |
CMYK | 0.06 | 0.03 | 0 | 0.09 |
HSL | 210º | 0.24% | 0.89% | - |
HSV(B) | 210º | 0.06% | 0.91% | - |
XYZ | 71.12 | 75.34 | 87.88 | - |
YUV | 224.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 233 | 0.06 | 0.03 | 0 | 0.09 | 210 | 0.24 | 0.89 |
Hex | DB | E2 | E9 | 6 | 3 | 0 | 9 | D2 | 18 | 59 |
Octal | 333 | 342 | 351 | 6 | 3 | 0 | 11 | 322 | 30 | 131 |
Binary | 11011011 | 11100010 | 11101001 | 110 | 11 | 0 | 1001 | 11010010 | 11000 | 1011001 |
Color Harmonies of #DBE2E9
Complementary color
Monochromatic Colors of #DBE2E9
Black with #DBE2E9
Text Example
Text Example
White with #DBE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2E9; }
p { color: rgb(219,226,233); }
H1.HeaderClassName
{
color: #DBE2E9;
}
.AnyTagClassName
{
color: #DBE2E9;
}
</style>
background-color css
<style>
a { background-color: #DBE2E9; }
a { background-color: rgb(219,226,233); }
div.DivClassName
{
background-color: #DBE2E9;
}
.BgClassName
{
background-color: #DBE2E9;
}
</style>
border-color css
<style>
span { border-color: #DBE2E9; }
span { border-color: rgb(219,226,233); }
td.TdClassName
{
border-color: #DBE2E9;
}
.TagClassName
{
border-color: #DBE2E9;
}
</style>