Shades of Pattens Blue #D3E4EE
Tints of Pattens Blue #D3E4EE
RGB
CMYK
RGB Variations
Color information
#D3E4EE (or 0xD3E4EE) is known color: Pattens Blue. HEX triplet: D3, E4 and EE. RGB value is (211,228,238). Sum of RGB (Red+Green+Blue) = 211+228+238=677 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.17% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E4EE is #2C1B11. Grayscale: #E0E0E0. Windows color (decimal): -2890514 or 15656147. OLE color: 15656147.
HSL color Cylindrical-coordinate representation of color #D3E4EE: hue angle of 202.22º degrees, saturation: 0.44, 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 #D3E4EE is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 228 | 238 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.07 |
| HSL | 202.22º | 0.44% | 0.88% | - |
| HSV(B) | 202.22º | 0.11% | 0.93% | - |
| XYZ | 70.04 | 75.51 | 91.77 | - |
| YUV | 224.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 238 | 0.11 | 0.04 | 0 | 0.07 | 202.22 | 0.44 | 0.88 |
| Hex | D3 | E4 | EE | B | 4 | 0 | 7 | CA | 2C | 58 |
| Octal | 323 | 344 | 356 | 13 | 4 | 0 | 7 | 312 | 54 | 130 |
| Binary | 11010011 | 11100100 | 11101110 | 1011 | 100 | 0 | 111 | 11001010 | 101100 | 1011000 |
Color Harmonies of #D3E4EE
Complementary color
Monochromatic Colors of #D3E4EE
Black with #D3E4EE
Text Example
Text Example
White with #D3E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E4EE; }
p { color: rgb(211,228,238); }
H1.HeaderClassName
{
color: #D3E4EE;
}
.AnyTagClassName
{
color: #D3E4EE;
}
</style>
background-color css
<style>
a { background-color: #D3E4EE; }
a { background-color: rgb(211,228,238); }
div.DivClassName
{
background-color: #D3E4EE;
}
.BgClassName
{
background-color: #D3E4EE;
}
</style>
border-color css
<style>
span { border-color: #D3E4EE; }
span { border-color: rgb(211,228,238); }
td.TdClassName
{
border-color: #D3E4EE;
}
.TagClassName
{
border-color: #D3E4EE;
}
</style>