Shades of Pattens Blue #DBECF2
Tints of Pattens Blue #DBECF2
RGB
CMYK
RGB Variations
Color information
#DBECF2 (or 0xDBECF2) is known color: Pattens Blue. HEX triplet: DB, EC and F2. RGB value is (219,236,242). Sum of RGB (Red+Green+Blue) = 219+236+242=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF2 is #24130D. Grayscale: #E7E7E7. Windows color (decimal): -2364174 or 15920347. OLE color: 15920347.
HSL color Cylindrical-coordinate representation of color #DBECF2: hue angle of 195.65º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBECF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 236 | 242 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.05 |
| HSL | 195.65º | 0.47% | 0.9% | - |
| HSV(B) | 195.65º | 0.1% | 0.95% | - |
| XYZ | 75.24 | 81.46 | 95.76 | - |
| YUV | 231.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 242 | 0.10 | 0.02 | 0 | 0.05 | 195.65 | 0.47 | 0.9 |
| Hex | DB | EC | F2 | A | 2 | 0 | 5 | C4 | 2F | 5A |
| Octal | 333 | 354 | 362 | 12 | 2 | 0 | 5 | 304 | 57 | 132 |
| Binary | 11011011 | 11101100 | 11110010 | 1010 | 10 | 0 | 101 | 11000100 | 101111 | 1011010 |
Color Harmonies of #DBECF2
Complementary color
Monochromatic Colors of #DBECF2
Black with #DBECF2
Text Example
Text Example
White with #DBECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECF2; }
p { color: rgb(219,236,242); }
H1.HeaderClassName
{
color: #DBECF2;
}
.AnyTagClassName
{
color: #DBECF2;
}
</style>
background-color css
<style>
a { background-color: #DBECF2; }
a { background-color: rgb(219,236,242); }
div.DivClassName
{
background-color: #DBECF2;
}
.BgClassName
{
background-color: #DBECF2;
}
</style>
border-color css
<style>
span { border-color: #DBECF2; }
span { border-color: rgb(219,236,242); }
td.TdClassName
{
border-color: #DBECF2;
}
.TagClassName
{
border-color: #DBECF2;
}
</style>