Shades of Pattens Blue #DBEDFB
Tints of Pattens Blue #DBEDFB
RGB
CMYK
RGB Variations
Color information
#DBEDFB (or 0xDBEDFB) is known color: Pattens Blue. HEX triplet: DB, ED and FB. RGB value is (219,237,251). Sum of RGB (Red+Green+Blue) = 219+237+251=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFB is #241204. Grayscale: #E9E9E9. Windows color (decimal): -2363909 or 16510427. OLE color: 16510427.
HSL color Cylindrical-coordinate representation of color #DBEDFB: hue angle of 206.25º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEDFB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 237 | 251 | - |
CMYK | 0.13 | 0.06 | 0 | 0.02 |
HSL | 206.25º | 0.8% | 0.92% | - |
HSV(B) | 206.25º | 0.13% | 0.98% | - |
XYZ | 76.91 | 82.59 | 103.16 | - |
YUV | 233.21 | 138.04 | 117.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 251 | 0.13 | 0.06 | 0 | 0.02 | 206.25 | 0.8 | 0.92 |
Hex | DB | ED | FB | D | 6 | 0 | 2 | CE | 50 | 5C |
Octal | 333 | 355 | 373 | 15 | 6 | 0 | 2 | 316 | 120 | 134 |
Binary | 11011011 | 11101101 | 11111011 | 1101 | 110 | 0 | 10 | 11001110 | 1010000 | 1011100 |
Color Harmonies of #DBEDFB
Complementary color
Monochromatic Colors of #DBEDFB
Black with #DBEDFB
Text Example
Text Example
White with #DBEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDFB; }
p { color: rgb(219,237,251); }
H1.HeaderClassName
{
color: #DBEDFB;
}
.AnyTagClassName
{
color: #DBEDFB;
}
</style>
background-color css
<style>
a { background-color: #DBEDFB; }
a { background-color: rgb(219,237,251); }
div.DivClassName
{
background-color: #DBEDFB;
}
.BgClassName
{
background-color: #DBEDFB;
}
</style>
border-color css
<style>
span { border-color: #DBEDFB; }
span { border-color: rgb(219,237,251); }
td.TdClassName
{
border-color: #DBEDFB;
}
.TagClassName
{
border-color: #DBEDFB;
}
</style>