Shades of Pattens Blue #D0DFE8
Tints of Pattens Blue #D0DFE8
RGB
CMYK
RGB Variations
Color information
#D0DFE8 (or 0xD0DFE8) is known color: Pattens Blue. HEX triplet: D0, DF and E8. RGB value is (208,223,232). Sum of RGB (Red+Green+Blue) = 208+223+232=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFE8 is #2F2017. Grayscale: #DBDBDB. Windows color (decimal): -3088408 or 15261648. OLE color: 15261648.
HSL color Cylindrical-coordinate representation of color #D0DFE8: hue angle of 202.5º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DFE8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 223 | 232 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.09 |
| HSL | 202.5º | 0.34% | 0.86% | - |
| HSV(B) | 202.5º | 0.1% | 0.91% | - |
| XYZ | 66.97 | 72.01 | 86.71 | - |
| YUV | 219.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 232 | 0.10 | 0.04 | 0 | 0.09 | 202.5 | 0.34 | 0.86 |
| Hex | D0 | DF | E8 | A | 4 | 0 | 9 | CA | 22 | 56 |
| Octal | 320 | 337 | 350 | 12 | 4 | 0 | 11 | 312 | 42 | 126 |
| Binary | 11010000 | 11011111 | 11101000 | 1010 | 100 | 0 | 1001 | 11001010 | 100010 | 1010110 |
Color Harmonies of #D0DFE8
Complementary color
Monochromatic Colors of #D0DFE8
Black with #D0DFE8
Text Example
Text Example
White with #D0DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFE8; }
p { color: rgb(208,223,232); }
H1.HeaderClassName
{
color: #D0DFE8;
}
.AnyTagClassName
{
color: #D0DFE8;
}
</style>
background-color css
<style>
a { background-color: #D0DFE8; }
a { background-color: rgb(208,223,232); }
div.DivClassName
{
background-color: #D0DFE8;
}
.BgClassName
{
background-color: #D0DFE8;
}
</style>
border-color css
<style>
span { border-color: #D0DFE8; }
span { border-color: rgb(208,223,232); }
td.TdClassName
{
border-color: #D0DFE8;
}
.TagClassName
{
border-color: #D0DFE8;
}
</style>