Shades of Pattens Blue #DBEFF8
Tints of Pattens Blue #DBEFF8
RGB
CMYK
RGB Variations
Color information
#DBEFF8 (or 0xDBEFF8) is known color: Pattens Blue. HEX triplet: DB, EF and F8. RGB value is (219,239,248). Sum of RGB (Red+Green+Blue) = 219+239+248=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBEFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF8 is #241007. Grayscale: #E9E9E9. Windows color (decimal): -2363400 or 16314331. OLE color: 16314331.
HSL color Cylindrical-coordinate representation of color #DBEFF8: hue angle of 198.62º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEFF8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 239 | 248 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.03 |
| HSL | 198.62º | 0.67% | 0.92% | - |
| HSV(B) | 198.62º | 0.12% | 0.97% | - |
| XYZ | 77.02 | 83.57 | 100.88 | - |
| YUV | 234.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 248 | 0.12 | 0.04 | 0 | 0.03 | 198.62 | 0.67 | 0.92 |
| Hex | DB | EF | F8 | C | 4 | 0 | 3 | C7 | 43 | 5C |
| Octal | 333 | 357 | 370 | 14 | 4 | 0 | 3 | 307 | 103 | 134 |
| Binary | 11011011 | 11101111 | 11111000 | 1100 | 100 | 0 | 11 | 11000111 | 1000011 | 1011100 |
Color Harmonies of #DBEFF8
Complementary color
Monochromatic Colors of #DBEFF8
Black with #DBEFF8
Text Example
Text Example
White with #DBEFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFF8; }
p { color: rgb(219,239,248); }
H1.HeaderClassName
{
color: #DBEFF8;
}
.AnyTagClassName
{
color: #DBEFF8;
}
</style>
background-color css
<style>
a { background-color: #DBEFF8; }
a { background-color: rgb(219,239,248); }
div.DivClassName
{
background-color: #DBEFF8;
}
.BgClassName
{
background-color: #DBEFF8;
}
</style>
border-color css
<style>
span { border-color: #DBEFF8; }
span { border-color: rgb(219,239,248); }
td.TdClassName
{
border-color: #DBEFF8;
}
.TagClassName
{
border-color: #DBEFF8;
}
</style>