Shades of Pattens Blue #D3E4EB
Tints of Pattens Blue #D3E4EB
RGB
CMYK
RGB Variations
Color information
#D3E4EB (or 0xD3E4EB) is known color: Pattens Blue. HEX triplet: D3, E4 and EB. RGB value is (211,228,235). Sum of RGB (Red+Green+Blue) = 211+228+235=674 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.31% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E4EB is #2C1B14. Grayscale: #DFDFDF. Windows color (decimal): -2890517 or 15459539. OLE color: 15459539.
HSL color Cylindrical-coordinate representation of color #D3E4EB: hue angle of 197.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 #D3E4EB is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 211 | 228 | 235 | - |
CMYK | 0.10 | 0.03 | 0 | 0.08 |
HSL | 197.5º | 0.38% | 0.87% | - |
HSV(B) | 197.5º | 0.1% | 0.92% | - |
XYZ | 69.6 | 75.33 | 89.47 | - |
YUV | 223.72 | 134.37 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 228 | 235 | 0.10 | 0.03 | 0 | 0.08 | 197.5 | 0.38 | 0.87 |
Hex | D3 | E4 | EB | A | 3 | 0 | 8 | C6 | 26 | 57 |
Octal | 323 | 344 | 353 | 12 | 3 | 0 | 10 | 306 | 46 | 127 |
Binary | 11010011 | 11100100 | 11101011 | 1010 | 11 | 0 | 1000 | 11000110 | 100110 | 1010111 |
Color Harmonies of #D3E4EB
Complementary color
Monochromatic Colors of #D3E4EB
Black with #D3E4EB
Text Example
Text Example
White with #D3E4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E4EB; }
p { color: rgb(211,228,235); }
H1.HeaderClassName
{
color: #D3E4EB;
}
.AnyTagClassName
{
color: #D3E4EB;
}
</style>
background-color css
<style>
a { background-color: #D3E4EB; }
a { background-color: rgb(211,228,235); }
div.DivClassName
{
background-color: #D3E4EB;
}
.BgClassName
{
background-color: #D3E4EB;
}
</style>
border-color css
<style>
span { border-color: #D3E4EB; }
span { border-color: rgb(211,228,235); }
td.TdClassName
{
border-color: #D3E4EB;
}
.TagClassName
{
border-color: #D3E4EB;
}
</style>