Shades of Pattens Blue #D3EBF6
Tints of Pattens Blue #D3EBF6
RGB
CMYK
RGB Variations
Color information
#D3EBF6 (or 0xD3EBF6) is known color: Pattens Blue. HEX triplet: D3, EB and F6. RGB value is (211,235,246). Sum of RGB (Red+Green+Blue) = 211+235+246=692 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.49% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3EBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBF6 is #2C1409. Grayscale: #E5E5E5. Windows color (decimal): -2888714 or 16182227. OLE color: 16182227.
HSL color Cylindrical-coordinate representation of color #D3EBF6: hue angle of 198.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 #D3EBF6 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 235 | 246 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.04 |
| HSL | 198.86º | 0.66% | 0.9% | - |
| HSV(B) | 198.86º | 0.14% | 0.96% | - |
| XYZ | 73.21 | 79.92 | 98.76 | - |
| YUV | 229.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 246 | 0.14 | 0.04 | 0 | 0.04 | 198.86 | 0.66 | 0.9 |
| Hex | D3 | EB | F6 | E | 4 | 0 | 4 | C7 | 42 | 5A |
| Octal | 323 | 353 | 366 | 16 | 4 | 0 | 4 | 307 | 102 | 132 |
| Binary | 11010011 | 11101011 | 11110110 | 1110 | 100 | 0 | 100 | 11000111 | 1000010 | 1011010 |
Color Harmonies of #D3EBF6
Complementary color
Monochromatic Colors of #D3EBF6
Black with #D3EBF6
Text Example
Text Example
White with #D3EBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBF6; }
p { color: rgb(211,235,246); }
H1.HeaderClassName
{
color: #D3EBF6;
}
.AnyTagClassName
{
color: #D3EBF6;
}
</style>
background-color css
<style>
a { background-color: #D3EBF6; }
a { background-color: rgb(211,235,246); }
div.DivClassName
{
background-color: #D3EBF6;
}
.BgClassName
{
background-color: #D3EBF6;
}
</style>
border-color css
<style>
span { border-color: #D3EBF6; }
span { border-color: rgb(211,235,246); }
td.TdClassName
{
border-color: #D3EBF6;
}
.TagClassName
{
border-color: #D3EBF6;
}
</style>