Shades of Pattens Blue #D3DCDF
Tints of Pattens Blue #D3DCDF
RGB
CMYK
RGB Variations
Color information
#D3DCDF (or 0xD3DCDF) is known color: Pattens Blue. HEX triplet: D3, DC and DF. RGB value is (211,220,223). Sum of RGB (Red+Green+Blue) = 211+220+223=654 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.26% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCDF is #2C2320. Grayscale: #D9D9D9. Windows color (decimal): -2892577 or 14671059. OLE color: 14671059.
HSL color Cylindrical-coordinate representation of color #D3DCDF: hue angle of 195º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DCDF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 220 | 223 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.13 |
| HSL | 195º | 0.16% | 0.85% | - |
| HSV(B) | 195º | 0.05% | 0.87% | - |
| XYZ | 65.78 | 70.36 | 79.93 | - |
| YUV | 217.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 223 | 0.05 | 0.01 | 0 | 0.13 | 195 | 0.16 | 0.85 |
| Hex | D3 | DC | DF | 5 | 1 | 0 | D | C3 | 10 | 55 |
| Octal | 323 | 334 | 337 | 5 | 1 | 0 | 15 | 303 | 20 | 125 |
| Binary | 11010011 | 11011100 | 11011111 | 101 | 1 | 0 | 1101 | 11000011 | 10000 | 1010101 |
Color Harmonies of #D3DCDF
Complementary color
Monochromatic Colors of #D3DCDF
Black with #D3DCDF
Text Example
Text Example
White with #D3DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCDF; }
p { color: rgb(211,220,223); }
H1.HeaderClassName
{
color: #D3DCDF;
}
.AnyTagClassName
{
color: #D3DCDF;
}
</style>
background-color css
<style>
a { background-color: #D3DCDF; }
a { background-color: rgb(211,220,223); }
div.DivClassName
{
background-color: #D3DCDF;
}
.BgClassName
{
background-color: #D3DCDF;
}
</style>
border-color css
<style>
span { border-color: #D3DCDF; }
span { border-color: rgb(211,220,223); }
td.TdClassName
{
border-color: #D3DCDF;
}
.TagClassName
{
border-color: #D3DCDF;
}
</style>