Shades of Pattens Blue #D3DADF
Tints of Pattens Blue #D3DADF
RGB
CMYK
RGB Variations
Color information
#D3DADF (or 0xD3DADF) is known color: Pattens Blue. HEX triplet: D3, DA and DF. RGB value is (211,218,223). Sum of RGB (Red+Green+Blue) = 211+218+223=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DADF is #2C2520. Grayscale: #D8D8D8. Windows color (decimal): -2893089 or 14670547. OLE color: 14670547.
HSL color Cylindrical-coordinate representation of color #D3DADF: hue angle of 205º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DADF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 218 | 223 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.13 |
| HSL | 205º | 0.16% | 0.85% | - |
| HSV(B) | 205º | 0.05% | 0.87% | - |
| XYZ | 65.25 | 69.32 | 79.75 | - |
| YUV | 216.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 223 | 0.05 | 0.02 | 0 | 0.13 | 205 | 0.16 | 0.85 |
| Hex | D3 | DA | DF | 5 | 2 | 0 | D | CD | 10 | 55 |
| Octal | 323 | 332 | 337 | 5 | 2 | 0 | 15 | 315 | 20 | 125 |
| Binary | 11010011 | 11011010 | 11011111 | 101 | 10 | 0 | 1101 | 11001101 | 10000 | 1010101 |
Color Harmonies of #D3DADF
Complementary color
Monochromatic Colors of #D3DADF
Black with #D3DADF
Text Example
Text Example
White with #D3DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DADF; }
p { color: rgb(211,218,223); }
H1.HeaderClassName
{
color: #D3DADF;
}
.AnyTagClassName
{
color: #D3DADF;
}
</style>
background-color css
<style>
a { background-color: #D3DADF; }
a { background-color: rgb(211,218,223); }
div.DivClassName
{
background-color: #D3DADF;
}
.BgClassName
{
background-color: #D3DADF;
}
</style>
border-color css
<style>
span { border-color: #D3DADF; }
span { border-color: rgb(211,218,223); }
td.TdClassName
{
border-color: #D3DADF;
}
.TagClassName
{
border-color: #D3DADF;
}
</style>