Shades of Pattens Blue #DBE2E5
Tints of Pattens Blue #DBE2E5
RGB
CMYK
RGB Variations
Color information
#DBE2E5 (or 0xDBE2E5) is known color: Pattens Blue. HEX triplet: DB, E2 and E5. RGB value is (219,226,229). Sum of RGB (Red+Green+Blue) = 219+226+229=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2E5 is #241D1A. Grayscale: #E0E0E0. Windows color (decimal): -2366747 or 15065819. OLE color: 15065819.
HSL color Cylindrical-coordinate representation of color #DBE2E5: hue angle of 198º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE2E5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 226 | 229 | - |
CMYK | 0.04 | 0.01 | 0 | 0.10 |
HSL | 198º | 0.16% | 0.88% | - |
HSV(B) | 198º | 0.04% | 0.9% | - |
XYZ | 70.55 | 75.11 | 84.91 | - |
YUV | 224.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 229 | 0.04 | 0.01 | 0 | 0.10 | 198 | 0.16 | 0.88 |
Hex | DB | E2 | E5 | 4 | 1 | 0 | A | C6 | 10 | 58 |
Octal | 333 | 342 | 345 | 4 | 1 | 0 | 12 | 306 | 20 | 130 |
Binary | 11011011 | 11100010 | 11100101 | 100 | 1 | 0 | 1010 | 11000110 | 10000 | 1011000 |
Color Harmonies of #DBE2E5
Complementary color
Monochromatic Colors of #DBE2E5
Black with #DBE2E5
Text Example
Text Example
White with #DBE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2E5; }
p { color: rgb(219,226,229); }
H1.HeaderClassName
{
color: #DBE2E5;
}
.AnyTagClassName
{
color: #DBE2E5;
}
</style>
background-color css
<style>
a { background-color: #DBE2E5; }
a { background-color: rgb(219,226,229); }
div.DivClassName
{
background-color: #DBE2E5;
}
.BgClassName
{
background-color: #DBE2E5;
}
</style>
border-color css
<style>
span { border-color: #DBE2E5; }
span { border-color: rgb(219,226,229); }
td.TdClassName
{
border-color: #DBE2E5;
}
.TagClassName
{
border-color: #DBE2E5;
}
</style>