Shades of Pattens Blue #DBEBFA
Tints of Pattens Blue #DBEBFA
RGB
CMYK
RGB Variations
Color information
#DBEBFA (or 0xDBEBFA) is known color: Pattens Blue. HEX triplet: DB, EB and FA. RGB value is (219,235,250). Sum of RGB (Red+Green+Blue) = 219+235+250=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBFA is #241405. Grayscale: #E7E7E7. Windows color (decimal): -2364422 or 16444379. OLE color: 16444379.
HSL color Cylindrical-coordinate representation of color #DBEBFA: hue angle of 209.03º 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 #DBEBFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 235 | 250 | - |
CMYK | 0.12 | 0.06 | 0 | 0.02 |
HSL | 209.03º | 0.76% | 0.92% | - |
HSV(B) | 209.03º | 0.12% | 0.98% | - |
XYZ | 76.18 | 81.38 | 102.14 | - |
YUV | 231.93 | 138.2 | 118.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 250 | 0.12 | 0.06 | 0 | 0.02 | 209.03 | 0.76 | 0.92 |
Hex | DB | EB | FA | C | 6 | 0 | 2 | D1 | 4C | 5C |
Octal | 333 | 353 | 372 | 14 | 6 | 0 | 2 | 321 | 114 | 134 |
Binary | 11011011 | 11101011 | 11111010 | 1100 | 110 | 0 | 10 | 11010001 | 1001100 | 1011100 |
Color Harmonies of #DBEBFA
Complementary color
Monochromatic Colors of #DBEBFA
Black with #DBEBFA
Text Example
Text Example
White with #DBEBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBFA; }
p { color: rgb(219,235,250); }
H1.HeaderClassName
{
color: #DBEBFA;
}
.AnyTagClassName
{
color: #DBEBFA;
}
</style>
background-color css
<style>
a { background-color: #DBEBFA; }
a { background-color: rgb(219,235,250); }
div.DivClassName
{
background-color: #DBEBFA;
}
.BgClassName
{
background-color: #DBEBFA;
}
</style>
border-color css
<style>
span { border-color: #DBEBFA; }
span { border-color: rgb(219,235,250); }
td.TdClassName
{
border-color: #DBEBFA;
}
.TagClassName
{
border-color: #DBEBFA;
}
</style>