Shades of Pattens Blue #D0DADE
Tints of Pattens Blue #D0DADE
RGB
CMYK
RGB Variations
Color information
#D0DADE (or 0xD0DADE) is known color: Pattens Blue. HEX triplet: D0, DA and DE. RGB value is (208,218,222). Sum of RGB (Red+Green+Blue) = 208+218+222=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DADE is #2F2521. Grayscale: #D7D7D7. Windows color (decimal): -3089698 or 14605008. OLE color: 14605008.
HSL color Cylindrical-coordinate representation of color #D0DADE: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DADE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 218 | 222 | - |
CMYK | 0.06 | 0.02 | 0 | 0.13 |
HSL | 197.14º | 0.18% | 0.84% | - |
HSV(B) | 197.14º | 0.06% | 0.87% | - |
XYZ | 64.27 | 68.83 | 79 | - |
YUV | 215.47 | 131.69 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 218 | 222 | 0.06 | 0.02 | 0 | 0.13 | 197.14 | 0.18 | 0.84 |
Hex | D0 | DA | DE | 6 | 2 | 0 | D | C5 | 12 | 54 |
Octal | 320 | 332 | 336 | 6 | 2 | 0 | 15 | 305 | 22 | 124 |
Binary | 11010000 | 11011010 | 11011110 | 110 | 10 | 0 | 1101 | 11000101 | 10010 | 1010100 |
Color Harmonies of #D0DADE
Complementary color
Monochromatic Colors of #D0DADE
Black with #D0DADE
Text Example
Text Example
White with #D0DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DADE; }
p { color: rgb(208,218,222); }
H1.HeaderClassName
{
color: #D0DADE;
}
.AnyTagClassName
{
color: #D0DADE;
}
</style>
background-color css
<style>
a { background-color: #D0DADE; }
a { background-color: rgb(208,218,222); }
div.DivClassName
{
background-color: #D0DADE;
}
.BgClassName
{
background-color: #D0DADE;
}
</style>
border-color css
<style>
span { border-color: #D0DADE; }
span { border-color: rgb(208,218,222); }
td.TdClassName
{
border-color: #D0DADE;
}
.TagClassName
{
border-color: #D0DADE;
}
</style>