Shades of Pattens Blue #DBE2E6
Tints of Pattens Blue #DBE2E6
RGB
CMYK
RGB Variations
Color information
#DBE2E6 (or 0xDBE2E6) is known color: Pattens Blue. HEX triplet: DB, E2 and E6. RGB value is (219,226,230). Sum of RGB (Red+Green+Blue) = 219+226+230=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2E6 is #241D19. Grayscale: #E0E0E0. Windows color (decimal): -2366746 or 15131355. OLE color: 15131355.
HSL color Cylindrical-coordinate representation of color #DBE2E6: hue angle of 201.82º 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 #DBE2E6 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 226 | 230 | - |
CMYK | 0.05 | 0.02 | 0 | 0.10 |
HSL | 201.82º | 0.18% | 0.88% | - |
HSV(B) | 201.82º | 0.05% | 0.9% | - |
XYZ | 70.69 | 75.17 | 85.65 | - |
YUV | 224.36 | 131.18 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 230 | 0.05 | 0.02 | 0 | 0.10 | 201.82 | 0.18 | 0.88 |
Hex | DB | E2 | E6 | 5 | 2 | 0 | A | CA | 12 | 58 |
Octal | 333 | 342 | 346 | 5 | 2 | 0 | 12 | 312 | 22 | 130 |
Binary | 11011011 | 11100010 | 11100110 | 101 | 10 | 0 | 1010 | 11001010 | 10010 | 1011000 |
Color Harmonies of #DBE2E6
Complementary color
Monochromatic Colors of #DBE2E6
Black with #DBE2E6
Text Example
Text Example
White with #DBE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2E6; }
p { color: rgb(219,226,230); }
H1.HeaderClassName
{
color: #DBE2E6;
}
.AnyTagClassName
{
color: #DBE2E6;
}
</style>
background-color css
<style>
a { background-color: #DBE2E6; }
a { background-color: rgb(219,226,230); }
div.DivClassName
{
background-color: #DBE2E6;
}
.BgClassName
{
background-color: #DBE2E6;
}
</style>
border-color css
<style>
span { border-color: #DBE2E6; }
span { border-color: rgb(219,226,230); }
td.TdClassName
{
border-color: #DBE2E6;
}
.TagClassName
{
border-color: #DBE2E6;
}
</style>