Shades of Pattens Blue #DCECF1
Tints of Pattens Blue #DCECF1
RGB
CMYK
RGB Variations
Color information
#DCECF1 (or 0xDCECF1) is known color: Pattens Blue. HEX triplet: DC, EC and F1. RGB value is (220,236,241). Sum of RGB (Red+Green+Blue) = 220+236+241=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF1 is #23130E. Grayscale: #E7E7E7. Windows color (decimal): -2298639 or 15854812. OLE color: 15854812.
HSL color Cylindrical-coordinate representation of color #DCECF1: hue angle of 194.29º 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 #DCECF1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 236 | 241 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.05 |
| HSL | 194.29º | 0.43% | 0.9% | - |
| HSV(B) | 194.29º | 0.09% | 0.95% | - |
| XYZ | 75.39 | 81.56 | 94.99 | - |
| YUV | 231.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 241 | 0.09 | 0.02 | 0 | 0.05 | 194.29 | 0.43 | 0.9 |
| Hex | DC | EC | F1 | 9 | 2 | 0 | 5 | C2 | 2B | 5A |
| Octal | 334 | 354 | 361 | 11 | 2 | 0 | 5 | 302 | 53 | 132 |
| Binary | 11011100 | 11101100 | 11110001 | 1001 | 10 | 0 | 101 | 11000010 | 101011 | 1011010 |
Color Harmonies of #DCECF1
Complementary color
Monochromatic Colors of #DCECF1
Black with #DCECF1
Text Example
Text Example
White with #DCECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECF1; }
p { color: rgb(220,236,241); }
H1.HeaderClassName
{
color: #DCECF1;
}
.AnyTagClassName
{
color: #DCECF1;
}
</style>
background-color css
<style>
a { background-color: #DCECF1; }
a { background-color: rgb(220,236,241); }
div.DivClassName
{
background-color: #DCECF1;
}
.BgClassName
{
background-color: #DCECF1;
}
</style>
border-color css
<style>
span { border-color: #DCECF1; }
span { border-color: rgb(220,236,241); }
td.TdClassName
{
border-color: #DCECF1;
}
.TagClassName
{
border-color: #DCECF1;
}
</style>