Shades of Pattens Blue #D4DFE7
Tints of Pattens Blue #D4DFE7
RGB
CMYK
RGB Variations
Color information
#D4DFE7 (or 0xD4DFE7) is known color: Pattens Blue. HEX triplet: D4, DF and E7. RGB value is (212,223,231). Sum of RGB (Red+Green+Blue) = 212+223+231=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4DFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DFE7 is #2B2018. Grayscale: #DCDCDC. Windows color (decimal): -2826265 or 15196116. OLE color: 15196116.
HSL color Cylindrical-coordinate representation of color #D4DFE7: hue angle of 205.26º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4DFE7 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 223 | 231 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.09 |
| HSL | 205.26º | 0.28% | 0.87% | - |
| HSV(B) | 205.26º | 0.08% | 0.91% | - |
| XYZ | 67.96 | 72.54 | 86.02 | - |
| YUV | 220.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 231 | 0.08 | 0.03 | 0 | 0.09 | 205.26 | 0.28 | 0.87 |
| Hex | D4 | DF | E7 | 8 | 3 | 0 | 9 | CD | 1C | 57 |
| Octal | 324 | 337 | 347 | 10 | 3 | 0 | 11 | 315 | 34 | 127 |
| Binary | 11010100 | 11011111 | 11100111 | 1000 | 11 | 0 | 1001 | 11001101 | 11100 | 1010111 |
Color Harmonies of #D4DFE7
Complementary color
Monochromatic Colors of #D4DFE7
Black with #D4DFE7
Text Example
Text Example
White with #D4DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFE7; }
p { color: rgb(212,223,231); }
H1.HeaderClassName
{
color: #D4DFE7;
}
.AnyTagClassName
{
color: #D4DFE7;
}
</style>
background-color css
<style>
a { background-color: #D4DFE7; }
a { background-color: rgb(212,223,231); }
div.DivClassName
{
background-color: #D4DFE7;
}
.BgClassName
{
background-color: #D4DFE7;
}
</style>
border-color css
<style>
span { border-color: #D4DFE7; }
span { border-color: rgb(212,223,231); }
td.TdClassName
{
border-color: #D4DFE7;
}
.TagClassName
{
border-color: #D4DFE7;
}
</style>