Shades of Pattens Blue #D8DCDF
Tints of Pattens Blue #D8DCDF
RGB
CMYK
RGB Variations
Color information
#D8DCDF (or 0xD8DCDF) is known color: Pattens Blue. HEX triplet: D8, DC and DF. RGB value is (216,220,223). Sum of RGB (Red+Green+Blue) = 216+220+223=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCDF is #272320. Grayscale: #DBDBDB. Windows color (decimal): -2564897 or 14671064. OLE color: 14671064.
HSL color Cylindrical-coordinate representation of color #D8DCDF: hue angle of 205.71º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DCDF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 220 | 223 | - |
CMYK | 0.03 | 0.01 | 0 | 0.13 |
HSL | 205.71º | 0.1% | 0.86% | - |
HSV(B) | 205.71º | 0.03% | 0.87% | - |
XYZ | 67.23 | 71.11 | 79.99 | - |
YUV | 219.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 220 | 223 | 0.03 | 0.01 | 0 | 0.13 | 205.71 | 0.1 | 0.86 |
Hex | D8 | DC | DF | 3 | 1 | 0 | D | CE | A | 56 |
Octal | 330 | 334 | 337 | 3 | 1 | 0 | 15 | 316 | 12 | 126 |
Binary | 11011000 | 11011100 | 11011111 | 11 | 1 | 0 | 1101 | 11001110 | 1010 | 1010110 |
Color Harmonies of #D8DCDF
Complementary color
Monochromatic Colors of #D8DCDF
Black with #D8DCDF
Text Example
Text Example
White with #D8DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCDF; }
p { color: rgb(216,220,223); }
H1.HeaderClassName
{
color: #D8DCDF;
}
.AnyTagClassName
{
color: #D8DCDF;
}
</style>
background-color css
<style>
a { background-color: #D8DCDF; }
a { background-color: rgb(216,220,223); }
div.DivClassName
{
background-color: #D8DCDF;
}
.BgClassName
{
background-color: #D8DCDF;
}
</style>
border-color css
<style>
span { border-color: #D8DCDF; }
span { border-color: rgb(216,220,223); }
td.TdClassName
{
border-color: #D8DCDF;
}
.TagClassName
{
border-color: #D8DCDF;
}
</style>