Shades of Pattens Blue #DBEBF5
Tints of Pattens Blue #DBEBF5
RGB
CMYK
RGB Variations
Color information
#DBEBF5 (or 0xDBEBF5) is known color: Pattens Blue. HEX triplet: DB, EB and F5. RGB value is (219,235,245). Sum of RGB (Red+Green+Blue) = 219+235+245=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF5 is #24140A. Grayscale: #E7E7E7. Windows color (decimal): -2364427 or 16116699. OLE color: 16116699.
HSL color Cylindrical-coordinate representation of color #DBEBF5: hue angle of 203.08º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEBF5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 235 | 245 | - |
CMYK | 0.11 | 0.04 | 0 | 0.04 |
HSL | 203.08º | 0.57% | 0.91% | - |
HSV(B) | 203.08º | 0.11% | 0.96% | - |
XYZ | 75.4 | 81.07 | 98.06 | - |
YUV | 231.36 | 135.7 | 119.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 245 | 0.11 | 0.04 | 0 | 0.04 | 203.08 | 0.57 | 0.91 |
Hex | DB | EB | F5 | B | 4 | 0 | 4 | CB | 39 | 5B |
Octal | 333 | 353 | 365 | 13 | 4 | 0 | 4 | 313 | 71 | 133 |
Binary | 11011011 | 11101011 | 11110101 | 1011 | 100 | 0 | 100 | 11001011 | 111001 | 1011011 |
Color Harmonies of #DBEBF5
Complementary color
Monochromatic Colors of #DBEBF5
Black with #DBEBF5
Text Example
Text Example
White with #DBEBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBF5; }
p { color: rgb(219,235,245); }
H1.HeaderClassName
{
color: #DBEBF5;
}
.AnyTagClassName
{
color: #DBEBF5;
}
</style>
background-color css
<style>
a { background-color: #DBEBF5; }
a { background-color: rgb(219,235,245); }
div.DivClassName
{
background-color: #DBEBF5;
}
.BgClassName
{
background-color: #DBEBF5;
}
</style>
border-color css
<style>
span { border-color: #DBEBF5; }
span { border-color: rgb(219,235,245); }
td.TdClassName
{
border-color: #DBEBF5;
}
.TagClassName
{
border-color: #DBEBF5;
}
</style>