Shades of Pattens Blue #DFE0E1
Tints of Pattens Blue #DFE0E1
RGB
CMYK
RGB Variations
Color information
#DFE0E1 (or 0xDFE0E1) is known color: Pattens Blue. HEX triplet: DF, E0 and E1. RGB value is (223,224,225). Sum of RGB (Red+Green+Blue) = 223+224+225=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0E1 is #201F1E. Grayscale: #DFDFDF. Windows color (decimal): -2105119 or 14803167. OLE color: 14803167.
HSL color Cylindrical-coordinate representation of color #DFE0E1: hue angle of 210º degrees, saturation: 0.03, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFE0E1 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 225 | - |
| CMYK | 0.01 | 0.00 | 0 | 0.12 |
| HSL | 210º | 0.03% | 0.88% | - |
| HSV(B) | 210º | 0.01% | 0.88% | - |
| XYZ | 70.68 | 74.44 | 81.88 | - |
| YUV | 223.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 225 | 0.01 | 0.00 | 0 | 0.12 | 210 | 0.03 | 0.88 |
| Hex | DF | E0 | E1 | 1 | 0 | 0 | C | D2 | 3 | 58 |
| Octal | 337 | 340 | 341 | 1 | 0 | 0 | 14 | 322 | 3 | 130 |
| Binary | 11011111 | 11100000 | 11100001 | 1 | 0 | 0 | 1100 | 11010010 | 11 | 1011000 |
Color Harmonies of #DFE0E1
Complementary color
Monochromatic Colors of #DFE0E1
Black with #DFE0E1
Text Example
Text Example
White with #DFE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0E1; }
p { color: rgb(223,224,225); }
H1.HeaderClassName
{
color: #DFE0E1;
}
.AnyTagClassName
{
color: #DFE0E1;
}
</style>
background-color css
<style>
a { background-color: #DFE0E1; }
a { background-color: rgb(223,224,225); }
div.DivClassName
{
background-color: #DFE0E1;
}
.BgClassName
{
background-color: #DFE0E1;
}
</style>
border-color css
<style>
span { border-color: #DFE0E1; }
span { border-color: rgb(223,224,225); }
td.TdClassName
{
border-color: #DFE0E1;
}
.TagClassName
{
border-color: #DFE0E1;
}
</style>