Shades of Pattens Blue #D3E2EA
Tints of Pattens Blue #D3E2EA
RGB
CMYK
RGB Variations
Color information
#D3E2EA (or 0xD3E2EA) is known color: Pattens Blue. HEX triplet: D3, E2 and EA. RGB value is (211,226,234). Sum of RGB (Red+Green+Blue) = 211+226+234=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E2EA is #2C1D15. Grayscale: #DEDEDE. Windows color (decimal): -2891030 or 15393491. OLE color: 15393491.
HSL color Cylindrical-coordinate representation of color #D3E2EA: hue angle of 200.87º 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 #D3E2EA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 226 | 234 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.08 |
| HSL | 200.87º | 0.35% | 0.87% | - |
| HSV(B) | 200.87º | 0.1% | 0.92% | - |
| XYZ | 68.91 | 74.18 | 88.53 | - |
| YUV | 222.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 234 | 0.10 | 0.03 | 0 | 0.08 | 200.87 | 0.35 | 0.87 |
| Hex | D3 | E2 | EA | A | 3 | 0 | 8 | C9 | 23 | 57 |
| Octal | 323 | 342 | 352 | 12 | 3 | 0 | 10 | 311 | 43 | 127 |
| Binary | 11010011 | 11100010 | 11101010 | 1010 | 11 | 0 | 1000 | 11001001 | 100011 | 1010111 |
Color Harmonies of #D3E2EA
Complementary color
Monochromatic Colors of #D3E2EA
Black with #D3E2EA
Text Example
Text Example
White with #D3E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2EA; }
p { color: rgb(211,226,234); }
H1.HeaderClassName
{
color: #D3E2EA;
}
.AnyTagClassName
{
color: #D3E2EA;
}
</style>
background-color css
<style>
a { background-color: #D3E2EA; }
a { background-color: rgb(211,226,234); }
div.DivClassName
{
background-color: #D3E2EA;
}
.BgClassName
{
background-color: #D3E2EA;
}
</style>
border-color css
<style>
span { border-color: #D3E2EA; }
span { border-color: rgb(211,226,234); }
td.TdClassName
{
border-color: #D3E2EA;
}
.TagClassName
{
border-color: #D3E2EA;
}
</style>