Shades of Pattens Blue #D3ECFC
Tints of Pattens Blue #D3ECFC
RGB
CMYK
RGB Variations
Color information
#D3ECFC (or 0xD3ECFC) is known color: Pattens Blue. HEX triplet: D3, EC and FC. RGB value is (211,236,252). Sum of RGB (Red+Green+Blue) = 211+236+252=699 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.19% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3ECFC is #2C1303. Grayscale: #E6E6E6. Windows color (decimal): -2888452 or 16575699. OLE color: 16575699.
HSL color Cylindrical-coordinate representation of color #D3ECFC: hue angle of 203.41º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3ECFC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 236 | 252 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.01 |
| HSL | 203.41º | 0.87% | 0.91% | - |
| HSV(B) | 203.41º | 0.16% | 0.99% | - |
| XYZ | 74.43 | 80.87 | 103.78 | - |
| YUV | 230.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 252 | 0.16 | 0.06 | 0 | 0.01 | 203.41 | 0.87 | 0.91 |
| Hex | D3 | EC | FC | 10 | 6 | 0 | 1 | CB | 57 | 5B |
| Octal | 323 | 354 | 374 | 20 | 6 | 0 | 1 | 313 | 127 | 133 |
| Binary | 11010011 | 11101100 | 11111100 | 10000 | 110 | 0 | 1 | 11001011 | 1010111 | 1011011 |
Color Harmonies of #D3ECFC
Complementary color
Monochromatic Colors of #D3ECFC
Black with #D3ECFC
Text Example
Text Example
White with #D3ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECFC; }
p { color: rgb(211,236,252); }
H1.HeaderClassName
{
color: #D3ECFC;
}
.AnyTagClassName
{
color: #D3ECFC;
}
</style>
background-color css
<style>
a { background-color: #D3ECFC; }
a { background-color: rgb(211,236,252); }
div.DivClassName
{
background-color: #D3ECFC;
}
.BgClassName
{
background-color: #D3ECFC;
}
</style>
border-color css
<style>
span { border-color: #D3ECFC; }
span { border-color: rgb(211,236,252); }
td.TdClassName
{
border-color: #D3ECFC;
}
.TagClassName
{
border-color: #D3ECFC;
}
</style>