Shades of Pattens Blue #DBE8F0
Tints of Pattens Blue #DBE8F0
RGB
CMYK
RGB Variations
Color information
#DBE8F0 (or 0xDBE8F0) is known color: Pattens Blue. HEX triplet: DB, E8 and F0. RGB value is (219,232,240). Sum of RGB (Red+Green+Blue) = 219+232+240=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8F0 is #24170F. Grayscale: #E4E4E4. Windows color (decimal): -2365200 or 15788251. OLE color: 15788251.
HSL color Cylindrical-coordinate representation of color #DBE8F0: hue angle of 202.86º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE8F0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 232 | 240 | - |
CMYK | 0.09 | 0.03 | 0 | 0.06 |
HSL | 202.86º | 0.41% | 0.9% | - |
HSV(B) | 202.86º | 0.09% | 0.94% | - |
XYZ | 73.8 | 79.06 | 93.81 | - |
YUV | 229.03 | 134.19 | 120.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 240 | 0.09 | 0.03 | 0 | 0.06 | 202.86 | 0.41 | 0.9 |
Hex | DB | E8 | F0 | 9 | 3 | 0 | 6 | CB | 29 | 5A |
Octal | 333 | 350 | 360 | 11 | 3 | 0 | 6 | 313 | 51 | 132 |
Binary | 11011011 | 11101000 | 11110000 | 1001 | 11 | 0 | 110 | 11001011 | 101001 | 1011010 |
Color Harmonies of #DBE8F0
Complementary color
Monochromatic Colors of #DBE8F0
Black with #DBE8F0
Text Example
Text Example
White with #DBE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8F0; }
p { color: rgb(219,232,240); }
H1.HeaderClassName
{
color: #DBE8F0;
}
.AnyTagClassName
{
color: #DBE8F0;
}
</style>
background-color css
<style>
a { background-color: #DBE8F0; }
a { background-color: rgb(219,232,240); }
div.DivClassName
{
background-color: #DBE8F0;
}
.BgClassName
{
background-color: #DBE8F0;
}
</style>
border-color css
<style>
span { border-color: #DBE8F0; }
span { border-color: rgb(219,232,240); }
td.TdClassName
{
border-color: #DBE8F0;
}
.TagClassName
{
border-color: #DBE8F0;
}
</style>