Shades of Pattens Blue #D3E3EF
Tints of Pattens Blue #D3E3EF
RGB
CMYK
RGB Variations
Color information
#D3E3EF (or 0xD3E3EF) is known color: Pattens Blue. HEX triplet: D3, E3 and EF. RGB value is (211,227,239). Sum of RGB (Red+Green+Blue) = 211+227+239=677 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.17% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E3EF is #2C1C10. Grayscale: #DFDFDF. Windows color (decimal): -2890769 or 15721427. OLE color: 15721427.
HSL color Cylindrical-coordinate representation of color #D3E3EF: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3E3EF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 227 | 239 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.06 |
| HSL | 205.71º | 0.47% | 0.88% | - |
| HSV(B) | 205.71º | 0.12% | 0.94% | - |
| XYZ | 69.91 | 75.02 | 92.46 | - |
| YUV | 223.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 239 | 0.12 | 0.05 | 0 | 0.06 | 205.71 | 0.47 | 0.88 |
| Hex | D3 | E3 | EF | C | 5 | 0 | 6 | CE | 2F | 58 |
| Octal | 323 | 343 | 357 | 14 | 5 | 0 | 6 | 316 | 57 | 130 |
| Binary | 11010011 | 11100011 | 11101111 | 1100 | 101 | 0 | 110 | 11001110 | 101111 | 1011000 |
Color Harmonies of #D3E3EF
Complementary color
Monochromatic Colors of #D3E3EF
Black with #D3E3EF
Text Example
Text Example
White with #D3E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3EF; }
p { color: rgb(211,227,239); }
H1.HeaderClassName
{
color: #D3E3EF;
}
.AnyTagClassName
{
color: #D3E3EF;
}
</style>
background-color css
<style>
a { background-color: #D3E3EF; }
a { background-color: rgb(211,227,239); }
div.DivClassName
{
background-color: #D3E3EF;
}
.BgClassName
{
background-color: #D3E3EF;
}
</style>
border-color css
<style>
span { border-color: #D3E3EF; }
span { border-color: rgb(211,227,239); }
td.TdClassName
{
border-color: #D3E3EF;
}
.TagClassName
{
border-color: #D3E3EF;
}
</style>