Shades of Pattens Blue #DFE6EA
Tints of Pattens Blue #DFE6EA
RGB
CMYK
RGB Variations
Color information
#DFE6EA (or 0xDFE6EA) is known color: Pattens Blue. HEX triplet: DF, E6 and EA. RGB value is (223,230,234). Sum of RGB (Red+Green+Blue) = 223+230+234=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6EA is #201915. Grayscale: #E4E4E4. Windows color (decimal): -2103574 or 15394527. OLE color: 15394527.
HSL color Cylindrical-coordinate representation of color #DFE6EA: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE6EA is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 230 | 234 | - |
CMYK | 0.05 | 0.02 | 0 | 0.08 |
HSL | 201.82º | 0.21% | 0.9% | - |
HSV(B) | 201.82º | 0.05% | 0.92% | - |
XYZ | 73.58 | 78.22 | 89.06 | - |
YUV | 228.36 | 131.18 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 230 | 234 | 0.05 | 0.02 | 0 | 0.08 | 201.82 | 0.21 | 0.9 |
Hex | DF | E6 | EA | 5 | 2 | 0 | 8 | CA | 15 | 5A |
Octal | 337 | 346 | 352 | 5 | 2 | 0 | 10 | 312 | 25 | 132 |
Binary | 11011111 | 11100110 | 11101010 | 101 | 10 | 0 | 1000 | 11001010 | 10101 | 1011010 |
Color Harmonies of #DFE6EA
Complementary color
Monochromatic Colors of #DFE6EA
Black with #DFE6EA
Text Example
Text Example
White with #DFE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6EA; }
p { color: rgb(223,230,234); }
H1.HeaderClassName
{
color: #DFE6EA;
}
.AnyTagClassName
{
color: #DFE6EA;
}
</style>
background-color css
<style>
a { background-color: #DFE6EA; }
a { background-color: rgb(223,230,234); }
div.DivClassName
{
background-color: #DFE6EA;
}
.BgClassName
{
background-color: #DFE6EA;
}
</style>
border-color css
<style>
span { border-color: #DFE6EA; }
span { border-color: rgb(223,230,234); }
td.TdClassName
{
border-color: #DFE6EA;
}
.TagClassName
{
border-color: #DFE6EA;
}
</style>