Shades of Pattens Blue #D3E4F6
Tints of Pattens Blue #D3E4F6
RGB
CMYK
RGB Variations
Color information
#D3E4F6 (or 0xD3E4F6) is known color: Pattens Blue. HEX triplet: D3, E4 and F6. RGB value is (211,228,246). Sum of RGB (Red+Green+Blue) = 211+228+246=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3E4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E4F6 is #2C1B09. Grayscale: #E0E0E0. Windows color (decimal): -2890506 or 16180435. OLE color: 16180435.
HSL color Cylindrical-coordinate representation of color #D3E4F6: hue angle of 210.86º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3E4F6 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 228 | 246 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.04 |
| HSL | 210.86º | 0.66% | 0.9% | - |
| HSV(B) | 210.86º | 0.14% | 0.96% | - |
| XYZ | 71.24 | 75.99 | 98.1 | - |
| YUV | 224.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 246 | 0.14 | 0.07 | 0 | 0.04 | 210.86 | 0.66 | 0.9 |
| Hex | D3 | E4 | F6 | E | 7 | 0 | 4 | D3 | 42 | 5A |
| Octal | 323 | 344 | 366 | 16 | 7 | 0 | 4 | 323 | 102 | 132 |
| Binary | 11010011 | 11100100 | 11110110 | 1110 | 111 | 0 | 100 | 11010011 | 1000010 | 1011010 |
Color Harmonies of #D3E4F6
Complementary color
Monochromatic Colors of #D3E4F6
Black with #D3E4F6
Text Example
Text Example
White with #D3E4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E4F6; }
p { color: rgb(211,228,246); }
H1.HeaderClassName
{
color: #D3E4F6;
}
.AnyTagClassName
{
color: #D3E4F6;
}
</style>
background-color css
<style>
a { background-color: #D3E4F6; }
a { background-color: rgb(211,228,246); }
div.DivClassName
{
background-color: #D3E4F6;
}
.BgClassName
{
background-color: #D3E4F6;
}
</style>
border-color css
<style>
span { border-color: #D3E4F6; }
span { border-color: rgb(211,228,246); }
td.TdClassName
{
border-color: #D3E4F6;
}
.TagClassName
{
border-color: #D3E4F6;
}
</style>