Shades of Pattens Blue #D0DBDF
Tints of Pattens Blue #D0DBDF
RGB
CMYK
RGB Variations
Color information
#D0DBDF (or 0xD0DBDF) is known color: Pattens Blue. HEX triplet: D0, DB and DF. RGB value is (208,219,223). Sum of RGB (Red+Green+Blue) = 208+219+223=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBDF is #2F2420. Grayscale: #D8D8D8. Windows color (decimal): -3089441 or 14670800. OLE color: 14670800.
HSL color Cylindrical-coordinate representation of color #D0DBDF: hue angle of 196º 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 #D0DBDF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 219 | 223 | - |
CMYK | 0.07 | 0.02 | 0 | 0.13 |
HSL | 196º | 0.19% | 0.85% | - |
HSV(B) | 196º | 0.07% | 0.87% | - |
XYZ | 64.66 | 69.4 | 79.8 | - |
YUV | 216.17 | 131.86 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 223 | 0.07 | 0.02 | 0 | 0.13 | 196 | 0.19 | 0.85 |
Hex | D0 | DB | DF | 7 | 2 | 0 | D | C4 | 13 | 55 |
Octal | 320 | 333 | 337 | 7 | 2 | 0 | 15 | 304 | 23 | 125 |
Binary | 11010000 | 11011011 | 11011111 | 111 | 10 | 0 | 1101 | 11000100 | 10011 | 1010101 |
Color Harmonies of #D0DBDF
Complementary color
Monochromatic Colors of #D0DBDF
Black with #D0DBDF
Text Example
Text Example
White with #D0DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBDF; }
p { color: rgb(208,219,223); }
H1.HeaderClassName
{
color: #D0DBDF;
}
.AnyTagClassName
{
color: #D0DBDF;
}
</style>
background-color css
<style>
a { background-color: #D0DBDF; }
a { background-color: rgb(208,219,223); }
div.DivClassName
{
background-color: #D0DBDF;
}
.BgClassName
{
background-color: #D0DBDF;
}
</style>
border-color css
<style>
span { border-color: #D0DBDF; }
span { border-color: rgb(208,219,223); }
td.TdClassName
{
border-color: #D0DBDF;
}
.TagClassName
{
border-color: #D0DBDF;
}
</style>