Shades of Pattens Blue #DBEAF9
Tints of Pattens Blue #DBEAF9
RGB
CMYK
RGB Variations
Color information
#DBEAF9 (or 0xDBEAF9) is known color: Pattens Blue. HEX triplet: DB, EA and F9. RGB value is (219,234,249). Sum of RGB (Red+Green+Blue) = 219+234+249=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF9 is #241506. Grayscale: #E7E7E7. Windows color (decimal): -2364679 or 16378587. OLE color: 16378587.
HSL color Cylindrical-coordinate representation of color #DBEAF9: hue angle of 210º degrees, saturation: 0.71, 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 #DBEAF9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 234 | 249 | - |
CMYK | 0.12 | 0.06 | 0 | 0.02 |
HSL | 210º | 0.71% | 0.92% | - |
HSV(B) | 210º | 0.12% | 0.98% | - |
XYZ | 75.74 | 80.75 | 101.22 | - |
YUV | 231.23 | 138.03 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 249 | 0.12 | 0.06 | 0 | 0.02 | 210 | 0.71 | 0.92 |
Hex | DB | EA | F9 | C | 6 | 0 | 2 | D2 | 47 | 5C |
Octal | 333 | 352 | 371 | 14 | 6 | 0 | 2 | 322 | 107 | 134 |
Binary | 11011011 | 11101010 | 11111001 | 1100 | 110 | 0 | 10 | 11010010 | 1000111 | 1011100 |
Color Harmonies of #DBEAF9
Complementary color
Monochromatic Colors of #DBEAF9
Black with #DBEAF9
Text Example
Text Example
White with #DBEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAF9; }
p { color: rgb(219,234,249); }
H1.HeaderClassName
{
color: #DBEAF9;
}
.AnyTagClassName
{
color: #DBEAF9;
}
</style>
background-color css
<style>
a { background-color: #DBEAF9; }
a { background-color: rgb(219,234,249); }
div.DivClassName
{
background-color: #DBEAF9;
}
.BgClassName
{
background-color: #DBEAF9;
}
</style>
border-color css
<style>
span { border-color: #DBEAF9; }
span { border-color: rgb(219,234,249); }
td.TdClassName
{
border-color: #DBEAF9;
}
.TagClassName
{
border-color: #DBEAF9;
}
</style>