Shades of Pattens Blue #DFE4E6
Tints of Pattens Blue #DFE4E6
RGB
CMYK
RGB Variations
Color information
#DFE4E6 (or 0xDFE4E6) is known color: Pattens Blue. HEX triplet: DF, E4 and E6. RGB value is (223,228,230). Sum of RGB (Red+Green+Blue) = 223+228+230=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4E6 is #201B19. Grayscale: #E2E2E2. Windows color (decimal): -2104090 or 15131871. OLE color: 15131871.
HSL color Cylindrical-coordinate representation of color #DFE4E6: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE4E6 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 228 | 230 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.10 |
| HSL | 197.14º | 0.12% | 0.89% | - |
| HSV(B) | 197.14º | 0.03% | 0.9% | - |
| XYZ | 72.46 | 76.89 | 85.88 | - |
| YUV | 226.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 230 | 0.03 | 0.01 | 0 | 0.10 | 197.14 | 0.12 | 0.89 |
| Hex | DF | E4 | E6 | 3 | 1 | 0 | A | C5 | C | 59 |
| Octal | 337 | 344 | 346 | 3 | 1 | 0 | 12 | 305 | 14 | 131 |
| Binary | 11011111 | 11100100 | 11100110 | 11 | 1 | 0 | 1010 | 11000101 | 1100 | 1011001 |
Color Harmonies of #DFE4E6
Complementary color
Monochromatic Colors of #DFE4E6
Black with #DFE4E6
Text Example
Text Example
White with #DFE4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4E6; }
p { color: rgb(223,228,230); }
H1.HeaderClassName
{
color: #DFE4E6;
}
.AnyTagClassName
{
color: #DFE4E6;
}
</style>
background-color css
<style>
a { background-color: #DFE4E6; }
a { background-color: rgb(223,228,230); }
div.DivClassName
{
background-color: #DFE4E6;
}
.BgClassName
{
background-color: #DFE4E6;
}
</style>
border-color css
<style>
span { border-color: #DFE4E6; }
span { border-color: rgb(223,228,230); }
td.TdClassName
{
border-color: #DFE4E6;
}
.TagClassName
{
border-color: #DFE4E6;
}
</style>