Shades of Pattens Blue #DFE2E5
Tints of Pattens Blue #DFE2E5
RGB
CMYK
RGB Variations
Color information
#DFE2E5 (or 0xDFE2E5) is known color: Pattens Blue. HEX triplet: DF, E2 and E5. RGB value is (223,226,229). Sum of RGB (Red+Green+Blue) = 223+226+229=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2E5 is #201D1A. Grayscale: #E1E1E1. Windows color (decimal): -2104603 or 15065823. OLE color: 15065823.
HSL color Cylindrical-coordinate representation of color #DFE2E5: hue angle of 210º degrees, saturation: 0.1, 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 #DFE2E5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 226 | 229 | - |
CMYK | 0.03 | 0.01 | 0 | 0.10 |
HSL | 210º | 0.1% | 0.89% | - |
HSV(B) | 210º | 0.03% | 0.9% | - |
XYZ | 71.77 | 75.74 | 84.96 | - |
YUV | 225.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 229 | 0.03 | 0.01 | 0 | 0.10 | 210 | 0.1 | 0.89 |
Hex | DF | E2 | E5 | 3 | 1 | 0 | A | D2 | A | 59 |
Octal | 337 | 342 | 345 | 3 | 1 | 0 | 12 | 322 | 12 | 131 |
Binary | 11011111 | 11100010 | 11100101 | 11 | 1 | 0 | 1010 | 11010010 | 1010 | 1011001 |
Color Harmonies of #DFE2E5
Complementary color
Monochromatic Colors of #DFE2E5
Black with #DFE2E5
Text Example
Text Example
White with #DFE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2E5; }
p { color: rgb(223,226,229); }
H1.HeaderClassName
{
color: #DFE2E5;
}
.AnyTagClassName
{
color: #DFE2E5;
}
</style>
background-color css
<style>
a { background-color: #DFE2E5; }
a { background-color: rgb(223,226,229); }
div.DivClassName
{
background-color: #DFE2E5;
}
.BgClassName
{
background-color: #DFE2E5;
}
</style>
border-color css
<style>
span { border-color: #DFE2E5; }
span { border-color: rgb(223,226,229); }
td.TdClassName
{
border-color: #DFE2E5;
}
.TagClassName
{
border-color: #DFE2E5;
}
</style>