Shades of Pattens Blue #D3E6EB
Tints of Pattens Blue #D3E6EB
RGB
CMYK
RGB Variations
Color information
#D3E6EB (or 0xD3E6EB) is known color: Pattens Blue. HEX triplet: D3, E6 and EB. RGB value is (211,230,235). Sum of RGB (Red+Green+Blue) = 211+230+235=676 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.21% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3E6EB is #2C1914. Grayscale: #E0E0E0. Windows color (decimal): -2890005 or 15460051. OLE color: 15460051.
HSL color Cylindrical-coordinate representation of color #D3E6EB: hue angle of 192.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3E6EB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 230 | 235 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.08 |
| HSL | 192.5º | 0.38% | 0.87% | - |
| HSV(B) | 192.5º | 0.1% | 0.92% | - |
| XYZ | 70.16 | 76.44 | 89.65 | - |
| YUV | 224.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 235 | 0.10 | 0.02 | 0 | 0.08 | 192.5 | 0.38 | 0.87 |
| Hex | D3 | E6 | EB | A | 2 | 0 | 8 | C0 | 26 | 57 |
| Octal | 323 | 346 | 353 | 12 | 2 | 0 | 10 | 300 | 46 | 127 |
| Binary | 11010011 | 11100110 | 11101011 | 1010 | 10 | 0 | 1000 | 11000000 | 100110 | 1010111 |
Color Harmonies of #D3E6EB
Complementary color
Monochromatic Colors of #D3E6EB
Black with #D3E6EB
Text Example
Text Example
White with #D3E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6EB; }
p { color: rgb(211,230,235); }
H1.HeaderClassName
{
color: #D3E6EB;
}
.AnyTagClassName
{
color: #D3E6EB;
}
</style>
background-color css
<style>
a { background-color: #D3E6EB; }
a { background-color: rgb(211,230,235); }
div.DivClassName
{
background-color: #D3E6EB;
}
.BgClassName
{
background-color: #D3E6EB;
}
</style>
border-color css
<style>
span { border-color: #D3E6EB; }
span { border-color: rgb(211,230,235); }
td.TdClassName
{
border-color: #D3E6EB;
}
.TagClassName
{
border-color: #D3E6EB;
}
</style>