Shades of Pattens Blue #DBEDF8
Tints of Pattens Blue #DBEDF8
RGB
CMYK
RGB Variations
Color information
#DBEDF8 (or 0xDBEDF8) is known color: Pattens Blue. HEX triplet: DB, ED and F8. RGB value is (219,237,248). Sum of RGB (Red+Green+Blue) = 219+237+248=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF8 is #241207. Grayscale: #E8E8E8. Windows color (decimal): -2363912 or 16313819. OLE color: 16313819.
HSL color Cylindrical-coordinate representation of color #DBEDF8: hue angle of 202.76º 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 #DBEDF8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 237 | 248 | - |
CMYK | 0.12 | 0.04 | 0 | 0.03 |
HSL | 202.76º | 0.67% | 0.92% | - |
HSV(B) | 202.76º | 0.12% | 0.97% | - |
XYZ | 76.44 | 82.41 | 100.68 | - |
YUV | 232.87 | 136.54 | 118.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 248 | 0.12 | 0.04 | 0 | 0.03 | 202.76 | 0.67 | 0.92 |
Hex | DB | ED | F8 | C | 4 | 0 | 3 | CB | 43 | 5C |
Octal | 333 | 355 | 370 | 14 | 4 | 0 | 3 | 313 | 103 | 134 |
Binary | 11011011 | 11101101 | 11111000 | 1100 | 100 | 0 | 11 | 11001011 | 1000011 | 1011100 |
Color Harmonies of #DBEDF8
Complementary color
Monochromatic Colors of #DBEDF8
Black with #DBEDF8
Text Example
Text Example
White with #DBEDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDF8; }
p { color: rgb(219,237,248); }
H1.HeaderClassName
{
color: #DBEDF8;
}
.AnyTagClassName
{
color: #DBEDF8;
}
</style>
background-color css
<style>
a { background-color: #DBEDF8; }
a { background-color: rgb(219,237,248); }
div.DivClassName
{
background-color: #DBEDF8;
}
.BgClassName
{
background-color: #DBEDF8;
}
</style>
border-color css
<style>
span { border-color: #DBEDF8; }
span { border-color: rgb(219,237,248); }
td.TdClassName
{
border-color: #DBEDF8;
}
.TagClassName
{
border-color: #DBEDF8;
}
</style>