Shades of Pattens Blue #DBE8F6
Tints of Pattens Blue #DBE8F6
RGB
CMYK
RGB Variations
Color information
#DBE8F6 (or 0xDBE8F6) is known color: Pattens Blue. HEX triplet: DB, E8 and F6. RGB value is (219,232,246). Sum of RGB (Red+Green+Blue) = 219+232+246=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8F6 is #241709. Grayscale: #E5E5E5. Windows color (decimal): -2365194 or 16181467. OLE color: 16181467.
HSL color Cylindrical-coordinate representation of color #DBE8F6: hue angle of 211.11º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE8F6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 232 | 246 | - |
CMYK | 0.11 | 0.06 | 0 | 0.04 |
HSL | 211.11º | 0.6% | 0.91% | - |
HSV(B) | 211.11º | 0.11% | 0.96% | - |
XYZ | 74.7 | 79.43 | 98.58 | - |
YUV | 229.71 | 137.19 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 246 | 0.11 | 0.06 | 0 | 0.04 | 211.11 | 0.6 | 0.91 |
Hex | DB | E8 | F6 | B | 6 | 0 | 4 | D3 | 3C | 5B |
Octal | 333 | 350 | 366 | 13 | 6 | 0 | 4 | 323 | 74 | 133 |
Binary | 11011011 | 11101000 | 11110110 | 1011 | 110 | 0 | 100 | 11010011 | 111100 | 1011011 |
Color Harmonies of #DBE8F6
Complementary color
Monochromatic Colors of #DBE8F6
Black with #DBE8F6
Text Example
Text Example
White with #DBE8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8F6; }
p { color: rgb(219,232,246); }
H1.HeaderClassName
{
color: #DBE8F6;
}
.AnyTagClassName
{
color: #DBE8F6;
}
</style>
background-color css
<style>
a { background-color: #DBE8F6; }
a { background-color: rgb(219,232,246); }
div.DivClassName
{
background-color: #DBE8F6;
}
.BgClassName
{
background-color: #DBE8F6;
}
</style>
border-color css
<style>
span { border-color: #DBE8F6; }
span { border-color: rgb(219,232,246); }
td.TdClassName
{
border-color: #DBE8F6;
}
.TagClassName
{
border-color: #DBE8F6;
}
</style>