Shades of Pattens Blue #D3E7F3
Tints of Pattens Blue #D3E7F3
RGB
CMYK
RGB Variations
Color information
#D3E7F3 (or 0xD3E7F3) is known color: Pattens Blue. HEX triplet: D3, E7 and F3. RGB value is (211,231,243). Sum of RGB (Red+Green+Blue) = 211+231+243=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3E7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3E7F3 is #2C180C. Grayscale: #E2E2E2. Windows color (decimal): -2889741 or 15984595. OLE color: 15984595.
HSL color Cylindrical-coordinate representation of color #D3E7F3: hue angle of 202.5º 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 #D3E7F3 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 231 | 243 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.05 |
| HSL | 202.5º | 0.57% | 0.89% | - |
| HSV(B) | 202.5º | 0.13% | 0.95% | - |
| XYZ | 71.62 | 77.47 | 95.97 | - |
| YUV | 226.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 243 | 0.13 | 0.05 | 0 | 0.05 | 202.5 | 0.57 | 0.89 |
| Hex | D3 | E7 | F3 | D | 5 | 0 | 5 | CA | 39 | 59 |
| Octal | 323 | 347 | 363 | 15 | 5 | 0 | 5 | 312 | 71 | 131 |
| Binary | 11010011 | 11100111 | 11110011 | 1101 | 101 | 0 | 101 | 11001010 | 111001 | 1011001 |
Color Harmonies of #D3E7F3
Complementary color
Monochromatic Colors of #D3E7F3
Black with #D3E7F3
Text Example
Text Example
White with #D3E7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E7F3; }
p { color: rgb(211,231,243); }
H1.HeaderClassName
{
color: #D3E7F3;
}
.AnyTagClassName
{
color: #D3E7F3;
}
</style>
background-color css
<style>
a { background-color: #D3E7F3; }
a { background-color: rgb(211,231,243); }
div.DivClassName
{
background-color: #D3E7F3;
}
.BgClassName
{
background-color: #D3E7F3;
}
</style>
border-color css
<style>
span { border-color: #D3E7F3; }
span { border-color: rgb(211,231,243); }
td.TdClassName
{
border-color: #D3E7F3;
}
.TagClassName
{
border-color: #D3E7F3;
}
</style>