Shades of Pattens Blue #D2DADF
Tints of Pattens Blue #D2DADF
RGB
CMYK
RGB Variations
Color information
#D2DADF (or 0xD2DADF) is known color: Pattens Blue. HEX triplet: D2, DA and DF. RGB value is (210,218,223). Sum of RGB (Red+Green+Blue) = 210+218+223=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DADF is #2D2520. Grayscale: #D8D8D8. Windows color (decimal): -2958625 or 14670546. OLE color: 14670546.
HSL color Cylindrical-coordinate representation of color #D2DADF: hue angle of 203.08º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DADF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 218 | 223 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.13 |
| HSL | 203.08º | 0.17% | 0.85% | - |
| HSV(B) | 203.08º | 0.06% | 0.87% | - |
| XYZ | 64.97 | 69.17 | 79.74 | - |
| YUV | 216.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 223 | 0.06 | 0.02 | 0 | 0.13 | 203.08 | 0.17 | 0.85 |
| Hex | D2 | DA | DF | 6 | 2 | 0 | D | CB | 11 | 55 |
| Octal | 322 | 332 | 337 | 6 | 2 | 0 | 15 | 313 | 21 | 125 |
| Binary | 11010010 | 11011010 | 11011111 | 110 | 10 | 0 | 1101 | 11001011 | 10001 | 1010101 |
Color Harmonies of #D2DADF
Complementary color
Monochromatic Colors of #D2DADF
Black with #D2DADF
Text Example
Text Example
White with #D2DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DADF; }
p { color: rgb(210,218,223); }
H1.HeaderClassName
{
color: #D2DADF;
}
.AnyTagClassName
{
color: #D2DADF;
}
</style>
background-color css
<style>
a { background-color: #D2DADF; }
a { background-color: rgb(210,218,223); }
div.DivClassName
{
background-color: #D2DADF;
}
.BgClassName
{
background-color: #D2DADF;
}
</style>
border-color css
<style>
span { border-color: #D2DADF; }
span { border-color: rgb(210,218,223); }
td.TdClassName
{
border-color: #D2DADF;
}
.TagClassName
{
border-color: #D2DADF;
}
</style>