Shades of Pattens Blue #D3DCE1
Tints of Pattens Blue #D3DCE1
RGB
CMYK
RGB Variations
Color information
#D3DCE1 (or 0xD3DCE1) is known color: Pattens Blue. HEX triplet: D3, DC and E1. RGB value is (211,220,225). Sum of RGB (Red+Green+Blue) = 211+220+225=656 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.16% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCE1 is #2C231E. Grayscale: #D9D9D9. Windows color (decimal): -2892575 or 14802131. OLE color: 14802131.
HSL color Cylindrical-coordinate representation of color #D3DCE1: hue angle of 201.43º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3DCE1 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 211 | 220 | 225 | - |
CMYK | 0.06 | 0.02 | 0 | 0.12 |
HSL | 201.43º | 0.19% | 0.85% | - |
HSV(B) | 201.43º | 0.06% | 0.88% | - |
XYZ | 66.05 | 70.47 | 81.36 | - |
YUV | 217.88 | 132.02 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 220 | 225 | 0.06 | 0.02 | 0 | 0.12 | 201.43 | 0.19 | 0.85 |
Hex | D3 | DC | E1 | 6 | 2 | 0 | C | C9 | 13 | 55 |
Octal | 323 | 334 | 341 | 6 | 2 | 0 | 14 | 311 | 23 | 125 |
Binary | 11010011 | 11011100 | 11100001 | 110 | 10 | 0 | 1100 | 11001001 | 10011 | 1010101 |
Color Harmonies of #D3DCE1
Complementary color
Monochromatic Colors of #D3DCE1
Black with #D3DCE1
Text Example
Text Example
White with #D3DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCE1; }
p { color: rgb(211,220,225); }
H1.HeaderClassName
{
color: #D3DCE1;
}
.AnyTagClassName
{
color: #D3DCE1;
}
</style>
background-color css
<style>
a { background-color: #D3DCE1; }
a { background-color: rgb(211,220,225); }
div.DivClassName
{
background-color: #D3DCE1;
}
.BgClassName
{
background-color: #D3DCE1;
}
</style>
border-color css
<style>
span { border-color: #D3DCE1; }
span { border-color: rgb(211,220,225); }
td.TdClassName
{
border-color: #D3DCE1;
}
.TagClassName
{
border-color: #D3DCE1;
}
</style>