Shades of Pattens Blue #D3DFEC
Tints of Pattens Blue #D3DFEC
RGB
CMYK
RGB Variations
Color information
#D3DFEC (or 0xD3DFEC) is known color: Pattens Blue. HEX triplet: D3, DF and EC. RGB value is (211,223,236). Sum of RGB (Red+Green+Blue) = 211+223+236=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFEC is #2C2013. Grayscale: #DCDCDC. Windows color (decimal): -2891796 or 15523795. OLE color: 15523795.
HSL color Cylindrical-coordinate representation of color #D3DFEC: hue angle of 211.2º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DFEC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 223 | 236 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.07 |
| HSL | 211.2º | 0.4% | 0.88% | - |
| HSV(B) | 211.2º | 0.11% | 0.93% | - |
| XYZ | 68.39 | 72.68 | 89.78 | - |
| YUV | 220.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 236 | 0.11 | 0.06 | 0 | 0.07 | 211.2 | 0.4 | 0.88 |
| Hex | D3 | DF | EC | B | 6 | 0 | 7 | D3 | 28 | 58 |
| Octal | 323 | 337 | 354 | 13 | 6 | 0 | 7 | 323 | 50 | 130 |
| Binary | 11010011 | 11011111 | 11101100 | 1011 | 110 | 0 | 111 | 11010011 | 101000 | 1011000 |
Color Harmonies of #D3DFEC
Complementary color
Monochromatic Colors of #D3DFEC
Black with #D3DFEC
Text Example
Text Example
White with #D3DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFEC; }
p { color: rgb(211,223,236); }
H1.HeaderClassName
{
color: #D3DFEC;
}
.AnyTagClassName
{
color: #D3DFEC;
}
</style>
background-color css
<style>
a { background-color: #D3DFEC; }
a { background-color: rgb(211,223,236); }
div.DivClassName
{
background-color: #D3DFEC;
}
.BgClassName
{
background-color: #D3DFEC;
}
</style>
border-color css
<style>
span { border-color: #D3DFEC; }
span { border-color: rgb(211,223,236); }
td.TdClassName
{
border-color: #D3DFEC;
}
.TagClassName
{
border-color: #D3DFEC;
}
</style>