Shades of Pattens Blue #DFE4E7
Tints of Pattens Blue #DFE4E7
RGB
CMYK
RGB Variations
Color information
#DFE4E7 (or 0xDFE4E7) is known color: Pattens Blue. HEX triplet: DF, E4 and E7. RGB value is (223,228,231). Sum of RGB (Red+Green+Blue) = 223+228+231=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4E7 is #201B18. Grayscale: #E2E2E2. Windows color (decimal): -2104089 or 15197407. OLE color: 15197407.
HSL color Cylindrical-coordinate representation of color #DFE4E7: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE4E7 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 228 | 231 | - |
CMYK | 0.03 | 0.01 | 0 | 0.09 |
HSL | 202.5º | 0.14% | 0.89% | - |
HSV(B) | 202.5º | 0.03% | 0.91% | - |
XYZ | 72.6 | 76.94 | 86.63 | - |
YUV | 226.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 228 | 231 | 0.03 | 0.01 | 0 | 0.09 | 202.5 | 0.14 | 0.89 |
Hex | DF | E4 | E7 | 3 | 1 | 0 | 9 | CA | E | 59 |
Octal | 337 | 344 | 347 | 3 | 1 | 0 | 11 | 312 | 16 | 131 |
Binary | 11011111 | 11100100 | 11100111 | 11 | 1 | 0 | 1001 | 11001010 | 1110 | 1011001 |
Color Harmonies of #DFE4E7
Complementary color
Monochromatic Colors of #DFE4E7
Black with #DFE4E7
Text Example
Text Example
White with #DFE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4E7; }
p { color: rgb(223,228,231); }
H1.HeaderClassName
{
color: #DFE4E7;
}
.AnyTagClassName
{
color: #DFE4E7;
}
</style>
background-color css
<style>
a { background-color: #DFE4E7; }
a { background-color: rgb(223,228,231); }
div.DivClassName
{
background-color: #DFE4E7;
}
.BgClassName
{
background-color: #DFE4E7;
}
</style>
border-color css
<style>
span { border-color: #DFE4E7; }
span { border-color: rgb(223,228,231); }
td.TdClassName
{
border-color: #DFE4E7;
}
.TagClassName
{
border-color: #DFE4E7;
}
</style>