Shades of Pattens Blue #DCEDF1
Tints of Pattens Blue #DCEDF1
RGB
CMYK
RGB Variations
Color information
#DCEDF1 (or 0xDCEDF1) is known color: Pattens Blue. HEX triplet: DC, ED and F1. RGB value is (220,237,241). Sum of RGB (Red+Green+Blue) = 220+237+241=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF1 is #23120E. Grayscale: #E8E8E8. Windows color (decimal): -2298383 or 15855068. OLE color: 15855068.
HSL color Cylindrical-coordinate representation of color #DCEDF1: hue angle of 191.43º 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 #DCEDF1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 237 | 241 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.05 |
| HSL | 191.43º | 0.43% | 0.9% | - |
| HSV(B) | 191.43º | 0.09% | 0.95% | - |
| XYZ | 75.68 | 82.13 | 95.08 | - |
| YUV | 232.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 241 | 0.09 | 0.02 | 0 | 0.05 | 191.43 | 0.43 | 0.9 |
| Hex | DC | ED | F1 | 9 | 2 | 0 | 5 | BF | 2B | 5A |
| Octal | 334 | 355 | 361 | 11 | 2 | 0 | 5 | 277 | 53 | 132 |
| Binary | 11011100 | 11101101 | 11110001 | 1001 | 10 | 0 | 101 | 10111111 | 101011 | 1011010 |
Color Harmonies of #DCEDF1
Complementary color
Monochromatic Colors of #DCEDF1
Black with #DCEDF1
Text Example
Text Example
White with #DCEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDF1; }
p { color: rgb(220,237,241); }
H1.HeaderClassName
{
color: #DCEDF1;
}
.AnyTagClassName
{
color: #DCEDF1;
}
</style>
background-color css
<style>
a { background-color: #DCEDF1; }
a { background-color: rgb(220,237,241); }
div.DivClassName
{
background-color: #DCEDF1;
}
.BgClassName
{
background-color: #DCEDF1;
}
</style>
border-color css
<style>
span { border-color: #DCEDF1; }
span { border-color: rgb(220,237,241); }
td.TdClassName
{
border-color: #DCEDF1;
}
.TagClassName
{
border-color: #DCEDF1;
}
</style>