Shades of Pattens Blue #DBEDFC
Tints of Pattens Blue #DBEDFC
RGB
CMYK
RGB Variations
Color information
#DBEDFC (or 0xDBEDFC) is known color: Pattens Blue. HEX triplet: DB, ED and FC. RGB value is (219,237,252). Sum of RGB (Red+Green+Blue) = 219+237+252=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFC is #241203. Grayscale: #E9E9E9. Windows color (decimal): -2363908 or 16575963. OLE color: 16575963.
HSL color Cylindrical-coordinate representation of color #DBEDFC: hue angle of 207.27º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEDFC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 237 | 252 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.01 |
| HSL | 207.27º | 0.85% | 0.92% | - |
| HSV(B) | 207.27º | 0.13% | 0.99% | - |
| XYZ | 77.07 | 82.66 | 103.99 | - |
| YUV | 233.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 252 | 0.13 | 0.06 | 0 | 0.01 | 207.27 | 0.85 | 0.92 |
| Hex | DB | ED | FC | D | 6 | 0 | 1 | CF | 55 | 5C |
| Octal | 333 | 355 | 374 | 15 | 6 | 0 | 1 | 317 | 125 | 134 |
| Binary | 11011011 | 11101101 | 11111100 | 1101 | 110 | 0 | 1 | 11001111 | 1010101 | 1011100 |
Color Harmonies of #DBEDFC
Complementary color
Monochromatic Colors of #DBEDFC
Black with #DBEDFC
Text Example
Text Example
White with #DBEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDFC; }
p { color: rgb(219,237,252); }
H1.HeaderClassName
{
color: #DBEDFC;
}
.AnyTagClassName
{
color: #DBEDFC;
}
</style>
background-color css
<style>
a { background-color: #DBEDFC; }
a { background-color: rgb(219,237,252); }
div.DivClassName
{
background-color: #DBEDFC;
}
.BgClassName
{
background-color: #DBEDFC;
}
</style>
border-color css
<style>
span { border-color: #DBEDFC; }
span { border-color: rgb(219,237,252); }
td.TdClassName
{
border-color: #DBEDFC;
}
.TagClassName
{
border-color: #DBEDFC;
}
</style>