Shades of Pattens Blue #DBEDF1
Tints of Pattens Blue #DBEDF1
RGB
CMYK
RGB Variations
Color information
#DBEDF1 (or 0xDBEDF1) is known color: Pattens Blue. HEX triplet: DB, ED and F1. RGB value is (219,237,241). Sum of RGB (Red+Green+Blue) = 219+237+241=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF1 is #24120E. Grayscale: #E8E8E8. Windows color (decimal): -2363919 or 15855067. OLE color: 15855067.
HSL color Cylindrical-coordinate representation of color #DBEDF1: hue angle of 190.91º 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 #DBEDF1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 237 | 241 | - |
CMYK | 0.09 | 0.02 | 0 | 0.05 |
HSL | 190.91º | 0.44% | 0.9% | - |
HSV(B) | 190.91º | 0.09% | 0.95% | - |
XYZ | 75.37 | 81.98 | 95.07 | - |
YUV | 232.07 | 133.04 | 118.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 241 | 0.09 | 0.02 | 0 | 0.05 | 190.91 | 0.44 | 0.9 |
Hex | DB | ED | F1 | 9 | 2 | 0 | 5 | BF | 2C | 5A |
Octal | 333 | 355 | 361 | 11 | 2 | 0 | 5 | 277 | 54 | 132 |
Binary | 11011011 | 11101101 | 11110001 | 1001 | 10 | 0 | 101 | 10111111 | 101100 | 1011010 |
Color Harmonies of #DBEDF1
Complementary color
Monochromatic Colors of #DBEDF1
Black with #DBEDF1
Text Example
Text Example
White with #DBEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDF1; }
p { color: rgb(219,237,241); }
H1.HeaderClassName
{
color: #DBEDF1;
}
.AnyTagClassName
{
color: #DBEDF1;
}
</style>
background-color css
<style>
a { background-color: #DBEDF1; }
a { background-color: rgb(219,237,241); }
div.DivClassName
{
background-color: #DBEDF1;
}
.BgClassName
{
background-color: #DBEDF1;
}
</style>
border-color css
<style>
span { border-color: #DBEDF1; }
span { border-color: rgb(219,237,241); }
td.TdClassName
{
border-color: #DBEDF1;
}
.TagClassName
{
border-color: #DBEDF1;
}
</style>