Shades of Pattens Blue #D3E7EE
Tints of Pattens Blue #D3E7EE
RGB
CMYK
RGB Variations
Color information
#D3E7EE (or 0xD3E7EE) is known color: Pattens Blue. HEX triplet: D3, E7 and EE. RGB value is (211,231,238). Sum of RGB (Red+Green+Blue) = 211+231+238=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3E7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3E7EE is #2C1811. Grayscale: #E1E1E1. Windows color (decimal): -2889746 or 15656915. OLE color: 15656915.
HSL color Cylindrical-coordinate representation of color #D3E7EE: hue angle of 195.56º 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 #D3E7EE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 231 | 238 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.07 |
| HSL | 195.56º | 0.44% | 0.88% | - |
| HSV(B) | 195.56º | 0.11% | 0.93% | - |
| XYZ | 70.87 | 77.17 | 92.05 | - |
| YUV | 225.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 238 | 0.11 | 0.03 | 0 | 0.07 | 195.56 | 0.44 | 0.88 |
| Hex | D3 | E7 | EE | B | 3 | 0 | 7 | C4 | 2C | 58 |
| Octal | 323 | 347 | 356 | 13 | 3 | 0 | 7 | 304 | 54 | 130 |
| Binary | 11010011 | 11100111 | 11101110 | 1011 | 11 | 0 | 111 | 11000100 | 101100 | 1011000 |
Color Harmonies of #D3E7EE
Complementary color
Monochromatic Colors of #D3E7EE
Black with #D3E7EE
Text Example
Text Example
White with #D3E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E7EE; }
p { color: rgb(211,231,238); }
H1.HeaderClassName
{
color: #D3E7EE;
}
.AnyTagClassName
{
color: #D3E7EE;
}
</style>
background-color css
<style>
a { background-color: #D3E7EE; }
a { background-color: rgb(211,231,238); }
div.DivClassName
{
background-color: #D3E7EE;
}
.BgClassName
{
background-color: #D3E7EE;
}
</style>
border-color css
<style>
span { border-color: #D3E7EE; }
span { border-color: rgb(211,231,238); }
td.TdClassName
{
border-color: #D3E7EE;
}
.TagClassName
{
border-color: #D3E7EE;
}
</style>