Shades of Pattens Blue #DBEEF8
Tints of Pattens Blue #DBEEF8
RGB
CMYK
RGB Variations
Color information
#DBEEF8 (or 0xDBEEF8) is known color: Pattens Blue. HEX triplet: DB, EE and F8. RGB value is (219,238,248). Sum of RGB (Red+Green+Blue) = 219+238+248=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF8 is #241107. Grayscale: #E9E9E9. Windows color (decimal): -2363656 or 16314075. OLE color: 16314075.
HSL color Cylindrical-coordinate representation of color #DBEEF8: hue angle of 200.69º 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 #DBEEF8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 238 | 248 | - |
CMYK | 0.12 | 0.04 | 0 | 0.03 |
HSL | 200.69º | 0.67% | 0.92% | - |
HSV(B) | 200.69º | 0.12% | 0.97% | - |
XYZ | 76.73 | 82.99 | 100.78 | - |
YUV | 233.46 | 136.21 | 117.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 248 | 0.12 | 0.04 | 0 | 0.03 | 200.69 | 0.67 | 0.92 |
Hex | DB | EE | F8 | C | 4 | 0 | 3 | C9 | 43 | 5C |
Octal | 333 | 356 | 370 | 14 | 4 | 0 | 3 | 311 | 103 | 134 |
Binary | 11011011 | 11101110 | 11111000 | 1100 | 100 | 0 | 11 | 11001001 | 1000011 | 1011100 |
Color Harmonies of #DBEEF8
Complementary color
Monochromatic Colors of #DBEEF8
Black with #DBEEF8
Text Example
Text Example
White with #DBEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEF8; }
p { color: rgb(219,238,248); }
H1.HeaderClassName
{
color: #DBEEF8;
}
.AnyTagClassName
{
color: #DBEEF8;
}
</style>
background-color css
<style>
a { background-color: #DBEEF8; }
a { background-color: rgb(219,238,248); }
div.DivClassName
{
background-color: #DBEEF8;
}
.BgClassName
{
background-color: #DBEEF8;
}
</style>
border-color css
<style>
span { border-color: #DBEEF8; }
span { border-color: rgb(219,238,248); }
td.TdClassName
{
border-color: #DBEEF8;
}
.TagClassName
{
border-color: #DBEEF8;
}
</style>