Shades of Pattens Blue #DBE8F1
Tints of Pattens Blue #DBE8F1
RGB
CMYK
RGB Variations
Color information
#DBE8F1 (or 0xDBE8F1) is known color: Pattens Blue. HEX triplet: DB, E8 and F1. RGB value is (219,232,241). Sum of RGB (Red+Green+Blue) = 219+232+241=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8F1 is #24170E. Grayscale: #E5E5E5. Windows color (decimal): -2365199 or 15853787. OLE color: 15853787.
HSL color Cylindrical-coordinate representation of color #DBE8F1: hue angle of 204.55º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE8F1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 232 | 241 | - |
CMYK | 0.09 | 0.04 | 0 | 0.05 |
HSL | 204.55º | 0.44% | 0.9% | - |
HSV(B) | 204.55º | 0.09% | 0.95% | - |
XYZ | 73.95 | 79.12 | 94.59 | - |
YUV | 229.14 | 134.69 | 120.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 241 | 0.09 | 0.04 | 0 | 0.05 | 204.55 | 0.44 | 0.9 |
Hex | DB | E8 | F1 | 9 | 4 | 0 | 5 | CD | 2C | 5A |
Octal | 333 | 350 | 361 | 11 | 4 | 0 | 5 | 315 | 54 | 132 |
Binary | 11011011 | 11101000 | 11110001 | 1001 | 100 | 0 | 101 | 11001101 | 101100 | 1011010 |
Color Harmonies of #DBE8F1
Complementary color
Monochromatic Colors of #DBE8F1
Black with #DBE8F1
Text Example
Text Example
White with #DBE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8F1; }
p { color: rgb(219,232,241); }
H1.HeaderClassName
{
color: #DBE8F1;
}
.AnyTagClassName
{
color: #DBE8F1;
}
</style>
background-color css
<style>
a { background-color: #DBE8F1; }
a { background-color: rgb(219,232,241); }
div.DivClassName
{
background-color: #DBE8F1;
}
.BgClassName
{
background-color: #DBE8F1;
}
</style>
border-color css
<style>
span { border-color: #DBE8F1; }
span { border-color: rgb(219,232,241); }
td.TdClassName
{
border-color: #DBE8F1;
}
.TagClassName
{
border-color: #DBE8F1;
}
</style>