Shades of Pattens Blue #DBEDFA
Tints of Pattens Blue #DBEDFA
RGB
CMYK
RGB Variations
Color information
#DBEDFA (or 0xDBEDFA) is known color: Pattens Blue. HEX triplet: DB, ED and FA. RGB value is (219,237,250). Sum of RGB (Red+Green+Blue) = 219+237+250=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFA is #241205. Grayscale: #E9E9E9. Windows color (decimal): -2363910 or 16444891. OLE color: 16444891.
HSL color Cylindrical-coordinate representation of color #DBEDFA: hue angle of 205.16º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEDFA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 237 | 250 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.02 |
| HSL | 205.16º | 0.76% | 0.92% | - |
| HSV(B) | 205.16º | 0.12% | 0.98% | - |
| XYZ | 76.75 | 82.53 | 102.33 | - |
| YUV | 233.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 250 | 0.12 | 0.05 | 0 | 0.02 | 205.16 | 0.76 | 0.92 |
| Hex | DB | ED | FA | C | 5 | 0 | 2 | CD | 4C | 5C |
| Octal | 333 | 355 | 372 | 14 | 5 | 0 | 2 | 315 | 114 | 134 |
| Binary | 11011011 | 11101101 | 11111010 | 1100 | 101 | 0 | 10 | 11001101 | 1001100 | 1011100 |
Color Harmonies of #DBEDFA
Complementary color
Monochromatic Colors of #DBEDFA
Black with #DBEDFA
Text Example
Text Example
White with #DBEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDFA; }
p { color: rgb(219,237,250); }
H1.HeaderClassName
{
color: #DBEDFA;
}
.AnyTagClassName
{
color: #DBEDFA;
}
</style>
background-color css
<style>
a { background-color: #DBEDFA; }
a { background-color: rgb(219,237,250); }
div.DivClassName
{
background-color: #DBEDFA;
}
.BgClassName
{
background-color: #DBEDFA;
}
</style>
border-color css
<style>
span { border-color: #DBEDFA; }
span { border-color: rgb(219,237,250); }
td.TdClassName
{
border-color: #DBEDFA;
}
.TagClassName
{
border-color: #DBEDFA;
}
</style>