Shades of Pattens Blue #D3E2F3
Tints of Pattens Blue #D3E2F3
RGB
CMYK
RGB Variations
Color information
#D3E2F3 (or 0xD3E2F3) is known color: Pattens Blue. HEX triplet: D3, E2 and F3. RGB value is (211,226,243). Sum of RGB (Red+Green+Blue) = 211+226+243=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3E2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E2F3 is #2C1D0C. Grayscale: #DFDFDF. Windows color (decimal): -2891021 or 15983315. OLE color: 15983315.
HSL color Cylindrical-coordinate representation of color #D3E2F3: hue angle of 211.88º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3E2F3 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 226 | 243 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.05 |
| HSL | 211.88º | 0.57% | 0.89% | - |
| HSV(B) | 211.88º | 0.13% | 0.95% | - |
| XYZ | 70.24 | 74.71 | 95.51 | - |
| YUV | 223.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 243 | 0.13 | 0.07 | 0 | 0.05 | 211.88 | 0.57 | 0.89 |
| Hex | D3 | E2 | F3 | D | 7 | 0 | 5 | D4 | 39 | 59 |
| Octal | 323 | 342 | 363 | 15 | 7 | 0 | 5 | 324 | 71 | 131 |
| Binary | 11010011 | 11100010 | 11110011 | 1101 | 111 | 0 | 101 | 11010100 | 111001 | 1011001 |
Color Harmonies of #D3E2F3
Complementary color
Monochromatic Colors of #D3E2F3
Black with #D3E2F3
Text Example
Text Example
White with #D3E2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2F3; }
p { color: rgb(211,226,243); }
H1.HeaderClassName
{
color: #D3E2F3;
}
.AnyTagClassName
{
color: #D3E2F3;
}
</style>
background-color css
<style>
a { background-color: #D3E2F3; }
a { background-color: rgb(211,226,243); }
div.DivClassName
{
background-color: #D3E2F3;
}
.BgClassName
{
background-color: #D3E2F3;
}
</style>
border-color css
<style>
span { border-color: #D3E2F3; }
span { border-color: rgb(211,226,243); }
td.TdClassName
{
border-color: #D3E2F3;
}
.TagClassName
{
border-color: #D3E2F3;
}
</style>