Shades of Pattens Blue #DBECFA
Tints of Pattens Blue #DBECFA
RGB
CMYK
RGB Variations
Color information
#DBECFA (or 0xDBECFA) is known color: Pattens Blue. HEX triplet: DB, EC and FA. RGB value is (219,236,250). Sum of RGB (Red+Green+Blue) = 219+236+250=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECFA is #241305. Grayscale: #E8E8E8. Windows color (decimal): -2364166 or 16444635. OLE color: 16444635.
HSL color Cylindrical-coordinate representation of color #DBECFA: hue angle of 207.1º 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 #DBECFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 236 | 250 | - |
CMYK | 0.12 | 0.06 | 0 | 0.02 |
HSL | 207.1º | 0.76% | 0.92% | - |
HSV(B) | 207.1º | 0.12% | 0.98% | - |
XYZ | 76.46 | 81.95 | 102.23 | - |
YUV | 232.51 | 137.87 | 118.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 250 | 0.12 | 0.06 | 0 | 0.02 | 207.1 | 0.76 | 0.92 |
Hex | DB | EC | FA | C | 6 | 0 | 2 | CF | 4C | 5C |
Octal | 333 | 354 | 372 | 14 | 6 | 0 | 2 | 317 | 114 | 134 |
Binary | 11011011 | 11101100 | 11111010 | 1100 | 110 | 0 | 10 | 11001111 | 1001100 | 1011100 |
Color Harmonies of #DBECFA
Complementary color
Monochromatic Colors of #DBECFA
Black with #DBECFA
Text Example
Text Example
White with #DBECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECFA; }
p { color: rgb(219,236,250); }
H1.HeaderClassName
{
color: #DBECFA;
}
.AnyTagClassName
{
color: #DBECFA;
}
</style>
background-color css
<style>
a { background-color: #DBECFA; }
a { background-color: rgb(219,236,250); }
div.DivClassName
{
background-color: #DBECFA;
}
.BgClassName
{
background-color: #DBECFA;
}
</style>
border-color css
<style>
span { border-color: #DBECFA; }
span { border-color: rgb(219,236,250); }
td.TdClassName
{
border-color: #DBECFA;
}
.TagClassName
{
border-color: #DBECFA;
}
</style>