Shades of Pattens Blue #D3EFFA
Tints of Pattens Blue #D3EFFA
RGB
CMYK
RGB Variations
Color information
#D3EFFA (or 0xD3EFFA) is known color: Pattens Blue. HEX triplet: D3, EF and FA. RGB value is (211,239,250). Sum of RGB (Red+Green+Blue) = 211+239+250=700 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.14% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EFFA is #2C1005. Grayscale: #E7E7E7. Windows color (decimal): -2887686 or 16445395. OLE color: 16445395.
HSL color Cylindrical-coordinate representation of color #D3EFFA: hue angle of 196.92º 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 #D3EFFA is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 239 | 250 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.02 |
| HSL | 196.92º | 0.8% | 0.9% | - |
| HSV(B) | 196.92º | 0.16% | 0.98% | - |
| XYZ | 74.99 | 82.48 | 102.41 | - |
| YUV | 231.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 250 | 0.16 | 0.04 | 0 | 0.02 | 196.92 | 0.8 | 0.9 |
| Hex | D3 | EF | FA | 10 | 4 | 0 | 2 | C5 | 50 | 5A |
| Octal | 323 | 357 | 372 | 20 | 4 | 0 | 2 | 305 | 120 | 132 |
| Binary | 11010011 | 11101111 | 11111010 | 10000 | 100 | 0 | 10 | 11000101 | 1010000 | 1011010 |
Color Harmonies of #D3EFFA
Complementary color
Monochromatic Colors of #D3EFFA
Black with #D3EFFA
Text Example
Text Example
White with #D3EFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFFA; }
p { color: rgb(211,239,250); }
H1.HeaderClassName
{
color: #D3EFFA;
}
.AnyTagClassName
{
color: #D3EFFA;
}
</style>
background-color css
<style>
a { background-color: #D3EFFA; }
a { background-color: rgb(211,239,250); }
div.DivClassName
{
background-color: #D3EFFA;
}
.BgClassName
{
background-color: #D3EFFA;
}
</style>
border-color css
<style>
span { border-color: #D3EFFA; }
span { border-color: rgb(211,239,250); }
td.TdClassName
{
border-color: #D3EFFA;
}
.TagClassName
{
border-color: #D3EFFA;
}
</style>