Shades of Pattens Blue #DFE3E7
Tints of Pattens Blue #DFE3E7
RGB
CMYK
RGB Variations
Color information
#DFE3E7 (or 0xDFE3E7) is known color: Pattens Blue. HEX triplet: DF, E3 and E7. RGB value is (223,227,231). Sum of RGB (Red+Green+Blue) = 223+227+231=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFE3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3E7 is #201C18. Grayscale: #E2E2E2. Windows color (decimal): -2104345 or 15197151. OLE color: 15197151.
HSL color Cylindrical-coordinate representation of color #DFE3E7: hue angle of 210º 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 #DFE3E7 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 227 | 231 | - |
CMYK | 0.03 | 0.02 | 0 | 0.09 |
HSL | 210º | 0.14% | 0.89% | - |
HSV(B) | 210º | 0.03% | 0.91% | - |
XYZ | 72.32 | 76.4 | 86.54 | - |
YUV | 226.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 227 | 231 | 0.03 | 0.02 | 0 | 0.09 | 210 | 0.14 | 0.89 |
Hex | DF | E3 | E7 | 3 | 2 | 0 | 9 | D2 | E | 59 |
Octal | 337 | 343 | 347 | 3 | 2 | 0 | 11 | 322 | 16 | 131 |
Binary | 11011111 | 11100011 | 11100111 | 11 | 10 | 0 | 1001 | 11010010 | 1110 | 1011001 |
Color Harmonies of #DFE3E7
Complementary color
Monochromatic Colors of #DFE3E7
Black with #DFE3E7
Text Example
Text Example
White with #DFE3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3E7; }
p { color: rgb(223,227,231); }
H1.HeaderClassName
{
color: #DFE3E7;
}
.AnyTagClassName
{
color: #DFE3E7;
}
</style>
background-color css
<style>
a { background-color: #DFE3E7; }
a { background-color: rgb(223,227,231); }
div.DivClassName
{
background-color: #DFE3E7;
}
.BgClassName
{
background-color: #DFE3E7;
}
</style>
border-color css
<style>
span { border-color: #DFE3E7; }
span { border-color: rgb(223,227,231); }
td.TdClassName
{
border-color: #DFE3E7;
}
.TagClassName
{
border-color: #DFE3E7;
}
</style>