Shades of Pattens Blue #DBE5EB
Tints of Pattens Blue #DBE5EB
RGB
CMYK
RGB Variations
Color information
#DBE5EB (or 0xDBE5EB) is known color: Pattens Blue. HEX triplet: DB, E5 and EB. RGB value is (219,229,235). Sum of RGB (Red+Green+Blue) = 219+229+235=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5EB is #241A14. Grayscale: #E2E2E2. Windows color (decimal): -2365973 or 15459803. OLE color: 15459803.
HSL color Cylindrical-coordinate representation of color #DBE5EB: hue angle of 202.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE5EB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 229 | 235 | - |
CMYK | 0.07 | 0.03 | 0 | 0.08 |
HSL | 202.5º | 0.29% | 0.89% | - |
HSV(B) | 202.5º | 0.07% | 0.92% | - |
XYZ | 72.23 | 77.1 | 89.67 | - |
YUV | 226.69 | 132.69 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 235 | 0.07 | 0.03 | 0 | 0.08 | 202.5 | 0.29 | 0.89 |
Hex | DB | E5 | EB | 7 | 3 | 0 | 8 | CA | 1D | 59 |
Octal | 333 | 345 | 353 | 7 | 3 | 0 | 10 | 312 | 35 | 131 |
Binary | 11011011 | 11100101 | 11101011 | 111 | 11 | 0 | 1000 | 11001010 | 11101 | 1011001 |
Color Harmonies of #DBE5EB
Complementary color
Monochromatic Colors of #DBE5EB
Black with #DBE5EB
Text Example
Text Example
White with #DBE5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5EB; }
p { color: rgb(219,229,235); }
H1.HeaderClassName
{
color: #DBE5EB;
}
.AnyTagClassName
{
color: #DBE5EB;
}
</style>
background-color css
<style>
a { background-color: #DBE5EB; }
a { background-color: rgb(219,229,235); }
div.DivClassName
{
background-color: #DBE5EB;
}
.BgClassName
{
background-color: #DBE5EB;
}
</style>
border-color css
<style>
span { border-color: #DBE5EB; }
span { border-color: rgb(219,229,235); }
td.TdClassName
{
border-color: #DBE5EB;
}
.TagClassName
{
border-color: #DBE5EB;
}
</style>