Shades of Pattens Blue #DBEBF4
Tints of Pattens Blue #DBEBF4
RGB
CMYK
RGB Variations
Color information
#DBEBF4 (or 0xDBEBF4) is known color: Pattens Blue. HEX triplet: DB, EB and F4. RGB value is (219,235,244). Sum of RGB (Red+Green+Blue) = 219+235+244=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF4 is #24140B. Grayscale: #E7E7E7. Windows color (decimal): -2364428 or 16051163. OLE color: 16051163.
HSL color Cylindrical-coordinate representation of color #DBEBF4: hue angle of 201.6º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEBF4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 235 | 244 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.04 |
| HSL | 201.6º | 0.53% | 0.91% | - |
| HSV(B) | 201.6º | 0.1% | 0.96% | - |
| XYZ | 75.25 | 81.01 | 97.26 | - |
| YUV | 231.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 244 | 0.10 | 0.04 | 0 | 0.04 | 201.6 | 0.53 | 0.91 |
| Hex | DB | EB | F4 | A | 4 | 0 | 4 | CA | 35 | 5B |
| Octal | 333 | 353 | 364 | 12 | 4 | 0 | 4 | 312 | 65 | 133 |
| Binary | 11011011 | 11101011 | 11110100 | 1010 | 100 | 0 | 100 | 11001010 | 110101 | 1011011 |
Color Harmonies of #DBEBF4
Complementary color
Monochromatic Colors of #DBEBF4
Black with #DBEBF4
Text Example
Text Example
White with #DBEBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBF4; }
p { color: rgb(219,235,244); }
H1.HeaderClassName
{
color: #DBEBF4;
}
.AnyTagClassName
{
color: #DBEBF4;
}
</style>
background-color css
<style>
a { background-color: #DBEBF4; }
a { background-color: rgb(219,235,244); }
div.DivClassName
{
background-color: #DBEBF4;
}
.BgClassName
{
background-color: #DBEBF4;
}
</style>
border-color css
<style>
span { border-color: #DBEBF4; }
span { border-color: rgb(219,235,244); }
td.TdClassName
{
border-color: #DBEBF4;
}
.TagClassName
{
border-color: #DBEBF4;
}
</style>