Shades of Pattens Blue #D0DADF
Tints of Pattens Blue #D0DADF
RGB
CMYK
RGB Variations
Color information
#D0DADF (or 0xD0DADF) is known color: Pattens Blue. HEX triplet: D0, DA and DF. RGB value is (208,218,223). Sum of RGB (Red+Green+Blue) = 208+218+223=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DADF is #2F2520. Grayscale: #D7D7D7. Windows color (decimal): -3089697 or 14670544. OLE color: 14670544.
HSL color Cylindrical-coordinate representation of color #D0DADF: hue angle of 200º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DADF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 218 | 223 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.13 |
| HSL | 200º | 0.19% | 0.85% | - |
| HSV(B) | 200º | 0.07% | 0.87% | - |
| XYZ | 64.4 | 68.88 | 79.71 | - |
| YUV | 215.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 223 | 0.07 | 0.02 | 0 | 0.13 | 200 | 0.19 | 0.85 |
| Hex | D0 | DA | DF | 7 | 2 | 0 | D | C8 | 13 | 55 |
| Octal | 320 | 332 | 337 | 7 | 2 | 0 | 15 | 310 | 23 | 125 |
| Binary | 11010000 | 11011010 | 11011111 | 111 | 10 | 0 | 1101 | 11001000 | 10011 | 1010101 |
Color Harmonies of #D0DADF
Complementary color
Monochromatic Colors of #D0DADF
Black with #D0DADF
Text Example
Text Example
White with #D0DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DADF; }
p { color: rgb(208,218,223); }
H1.HeaderClassName
{
color: #D0DADF;
}
.AnyTagClassName
{
color: #D0DADF;
}
</style>
background-color css
<style>
a { background-color: #D0DADF; }
a { background-color: rgb(208,218,223); }
div.DivClassName
{
background-color: #D0DADF;
}
.BgClassName
{
background-color: #D0DADF;
}
</style>
border-color css
<style>
span { border-color: #D0DADF; }
span { border-color: rgb(208,218,223); }
td.TdClassName
{
border-color: #D0DADF;
}
.TagClassName
{
border-color: #D0DADF;
}
</style>