Shades of Pattens Blue #D3EEFA
Tints of Pattens Blue #D3EEFA
RGB
CMYK
RGB Variations
Color information
#D3EEFA (or 0xD3EEFA) is known color: Pattens Blue. HEX triplet: D3, EE and FA. RGB value is (211,238,250). Sum of RGB (Red+Green+Blue) = 211+238+250=699 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.19% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEFA is #2C1105. Grayscale: #E7E7E7. Windows color (decimal): -2887942 or 16445139. OLE color: 16445139.
HSL color Cylindrical-coordinate representation of color #D3EEFA: hue angle of 198.46º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3EEFA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 238 | 250 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.02 |
| HSL | 198.46º | 0.8% | 0.9% | - |
| HSV(B) | 198.46º | 0.16% | 0.98% | - |
| XYZ | 74.69 | 81.9 | 102.31 | - |
| YUV | 231.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 250 | 0.16 | 0.05 | 0 | 0.02 | 198.46 | 0.8 | 0.9 |
| Hex | D3 | EE | FA | 10 | 5 | 0 | 2 | C6 | 50 | 5A |
| Octal | 323 | 356 | 372 | 20 | 5 | 0 | 2 | 306 | 120 | 132 |
| Binary | 11010011 | 11101110 | 11111010 | 10000 | 101 | 0 | 10 | 11000110 | 1010000 | 1011010 |
Color Harmonies of #D3EEFA
Complementary color
Monochromatic Colors of #D3EEFA
Black with #D3EEFA
Text Example
Text Example
White with #D3EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EEFA; }
p { color: rgb(211,238,250); }
H1.HeaderClassName
{
color: #D3EEFA;
}
.AnyTagClassName
{
color: #D3EEFA;
}
</style>
background-color css
<style>
a { background-color: #D3EEFA; }
a { background-color: rgb(211,238,250); }
div.DivClassName
{
background-color: #D3EEFA;
}
.BgClassName
{
background-color: #D3EEFA;
}
</style>
border-color css
<style>
span { border-color: #D3EEFA; }
span { border-color: rgb(211,238,250); }
td.TdClassName
{
border-color: #D3EEFA;
}
.TagClassName
{
border-color: #D3EEFA;
}
</style>