Shades of Pattens Blue #DBE4E7
Tints of Pattens Blue #DBE4E7
RGB
CMYK
RGB Variations
Color information
#DBE4E7 (or 0xDBE4E7) is known color: Pattens Blue. HEX triplet: DB, E4 and E7. RGB value is (219,228,231). Sum of RGB (Red+Green+Blue) = 219+228+231=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4E7 is #241B18. Grayscale: #E1E1E1. Windows color (decimal): -2366233 or 15197403. OLE color: 15197403.
HSL color Cylindrical-coordinate representation of color #DBE4E7: hue angle of 195º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE4E7 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 228 | 231 | - |
CMYK | 0.05 | 0.01 | 0 | 0.09 |
HSL | 195º | 0.2% | 0.88% | - |
HSV(B) | 195º | 0.05% | 0.91% | - |
XYZ | 71.38 | 76.32 | 86.57 | - |
YUV | 225.65 | 131.02 | 123.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 231 | 0.05 | 0.01 | 0 | 0.09 | 195 | 0.2 | 0.88 |
Hex | DB | E4 | E7 | 5 | 1 | 0 | 9 | C3 | 14 | 58 |
Octal | 333 | 344 | 347 | 5 | 1 | 0 | 11 | 303 | 24 | 130 |
Binary | 11011011 | 11100100 | 11100111 | 101 | 1 | 0 | 1001 | 11000011 | 10100 | 1011000 |
Color Harmonies of #DBE4E7
Complementary color
Monochromatic Colors of #DBE4E7
Black with #DBE4E7
Text Example
Text Example
White with #DBE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4E7; }
p { color: rgb(219,228,231); }
H1.HeaderClassName
{
color: #DBE4E7;
}
.AnyTagClassName
{
color: #DBE4E7;
}
</style>
background-color css
<style>
a { background-color: #DBE4E7; }
a { background-color: rgb(219,228,231); }
div.DivClassName
{
background-color: #DBE4E7;
}
.BgClassName
{
background-color: #DBE4E7;
}
</style>
border-color css
<style>
span { border-color: #DBE4E7; }
span { border-color: rgb(219,228,231); }
td.TdClassName
{
border-color: #DBE4E7;
}
.TagClassName
{
border-color: #DBE4E7;
}
</style>