Shades of Pattens Blue #D3E4EA
Tints of Pattens Blue #D3E4EA
RGB
CMYK
RGB Variations
Color information
#D3E4EA (or 0xD3E4EA) is known color: Pattens Blue. HEX triplet: D3, E4 and EA. RGB value is (211,228,234). Sum of RGB (Red+Green+Blue) = 211+228+234=673 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.35% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E4EA is #2C1B15. Grayscale: #DFDFDF. Windows color (decimal): -2890518 or 15394003. OLE color: 15394003.
HSL color Cylindrical-coordinate representation of color #D3E4EA: hue angle of 195.65º degrees, saturation: 0.35, 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 #D3E4EA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 228 | 234 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.08 |
| HSL | 195.65º | 0.35% | 0.87% | - |
| HSV(B) | 195.65º | 0.1% | 0.92% | - |
| XYZ | 69.46 | 75.28 | 88.71 | - |
| YUV | 223.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 234 | 0.10 | 0.03 | 0 | 0.08 | 195.65 | 0.35 | 0.87 |
| Hex | D3 | E4 | EA | A | 3 | 0 | 8 | C4 | 23 | 57 |
| Octal | 323 | 344 | 352 | 12 | 3 | 0 | 10 | 304 | 43 | 127 |
| Binary | 11010011 | 11100100 | 11101010 | 1010 | 11 | 0 | 1000 | 11000100 | 100011 | 1010111 |
Color Harmonies of #D3E4EA
Complementary color
Monochromatic Colors of #D3E4EA
Black with #D3E4EA
Text Example
Text Example
White with #D3E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E4EA; }
p { color: rgb(211,228,234); }
H1.HeaderClassName
{
color: #D3E4EA;
}
.AnyTagClassName
{
color: #D3E4EA;
}
</style>
background-color css
<style>
a { background-color: #D3E4EA; }
a { background-color: rgb(211,228,234); }
div.DivClassName
{
background-color: #D3E4EA;
}
.BgClassName
{
background-color: #D3E4EA;
}
</style>
border-color css
<style>
span { border-color: #D3E4EA; }
span { border-color: rgb(211,228,234); }
td.TdClassName
{
border-color: #D3E4EA;
}
.TagClassName
{
border-color: #D3E4EA;
}
</style>