Shades of Pattens Blue #DCEBF1
Tints of Pattens Blue #DCEBF1
RGB
CMYK
RGB Variations
Color information
#DCEBF1 (or 0xDCEBF1) is known color: Pattens Blue. HEX triplet: DC, EB and F1. RGB value is (220,235,241). Sum of RGB (Red+Green+Blue) = 220+235+241=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 235 (92.19% from 255 or 33.76% 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 #DCEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF1 is #23140E. Grayscale: #E7E7E7. Windows color (decimal): -2298895 or 15854556. OLE color: 15854556.
HSL color Cylindrical-coordinate representation of color #DCEBF1: hue angle of 197.14º degrees, saturation: 0.43, 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 #DCEBF1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 235 | 241 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.05 |
| HSL | 197.14º | 0.43% | 0.9% | - |
| HSV(B) | 197.14º | 0.09% | 0.95% | - |
| XYZ | 75.1 | 80.98 | 94.89 | - |
| YUV | 231.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 241 | 0.09 | 0.02 | 0 | 0.05 | 197.14 | 0.43 | 0.9 |
| Hex | DC | EB | F1 | 9 | 2 | 0 | 5 | C5 | 2B | 5A |
| Octal | 334 | 353 | 361 | 11 | 2 | 0 | 5 | 305 | 53 | 132 |
| Binary | 11011100 | 11101011 | 11110001 | 1001 | 10 | 0 | 101 | 11000101 | 101011 | 1011010 |
Color Harmonies of #DCEBF1
Complementary color
Monochromatic Colors of #DCEBF1
Black with #DCEBF1
Text Example
Text Example
White with #DCEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBF1; }
p { color: rgb(220,235,241); }
H1.HeaderClassName
{
color: #DCEBF1;
}
.AnyTagClassName
{
color: #DCEBF1;
}
</style>
background-color css
<style>
a { background-color: #DCEBF1; }
a { background-color: rgb(220,235,241); }
div.DivClassName
{
background-color: #DCEBF1;
}
.BgClassName
{
background-color: #DCEBF1;
}
</style>
border-color css
<style>
span { border-color: #DCEBF1; }
span { border-color: rgb(220,235,241); }
td.TdClassName
{
border-color: #DCEBF1;
}
.TagClassName
{
border-color: #DCEBF1;
}
</style>