Shades of Pattens Blue #DBECF1
Tints of Pattens Blue #DBECF1
RGB
CMYK
RGB Variations
Color information
#DBECF1 (or 0xDBECF1) is known color: Pattens Blue. HEX triplet: DB, EC and F1. RGB value is (219,236,241). Sum of RGB (Red+Green+Blue) = 219+236+241=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF1 is #24130E. Grayscale: #E7E7E7. Windows color (decimal): -2364175 or 15854811. OLE color: 15854811.
HSL color Cylindrical-coordinate representation of color #DBECF1: hue angle of 193.64º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBECF1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 236 | 241 | - |
CMYK | 0.09 | 0.02 | 0 | 0.05 |
HSL | 193.64º | 0.44% | 0.9% | - |
HSV(B) | 193.64º | 0.09% | 0.95% | - |
XYZ | 75.09 | 81.4 | 94.97 | - |
YUV | 231.49 | 133.37 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 241 | 0.09 | 0.02 | 0 | 0.05 | 193.64 | 0.44 | 0.9 |
Hex | DB | EC | F1 | 9 | 2 | 0 | 5 | C2 | 2C | 5A |
Octal | 333 | 354 | 361 | 11 | 2 | 0 | 5 | 302 | 54 | 132 |
Binary | 11011011 | 11101100 | 11110001 | 1001 | 10 | 0 | 101 | 11000010 | 101100 | 1011010 |
Color Harmonies of #DBECF1
Complementary color
Monochromatic Colors of #DBECF1
Black with #DBECF1
Text Example
Text Example
White with #DBECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECF1; }
p { color: rgb(219,236,241); }
H1.HeaderClassName
{
color: #DBECF1;
}
.AnyTagClassName
{
color: #DBECF1;
}
</style>
background-color css
<style>
a { background-color: #DBECF1; }
a { background-color: rgb(219,236,241); }
div.DivClassName
{
background-color: #DBECF1;
}
.BgClassName
{
background-color: #DBECF1;
}
</style>
border-color css
<style>
span { border-color: #DBECF1; }
span { border-color: rgb(219,236,241); }
td.TdClassName
{
border-color: #DBECF1;
}
.TagClassName
{
border-color: #DBECF1;
}
</style>