Shades of Pattens Blue #D3EAF0
Tints of Pattens Blue #D3EAF0
RGB
CMYK
RGB Variations
Color information
#D3EAF0 (or 0xD3EAF0) is known color: Pattens Blue. HEX triplet: D3, EA and F0. RGB value is (211,234,240). Sum of RGB (Red+Green+Blue) = 211+234+240=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAF0 is #2C150F. Grayscale: #E3E3E3. Windows color (decimal): -2888976 or 15788755. OLE color: 15788755.
HSL color Cylindrical-coordinate representation of color #D3EAF0: hue angle of 192.41º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EAF0 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 234 | 240 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.06 |
| HSL | 192.41º | 0.49% | 0.88% | - |
| HSV(B) | 192.41º | 0.12% | 0.94% | - |
| XYZ | 72.01 | 78.99 | 93.89 | - |
| YUV | 227.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 240 | 0.12 | 0.02 | 0 | 0.06 | 192.41 | 0.49 | 0.88 |
| Hex | D3 | EA | F0 | C | 2 | 0 | 6 | C0 | 31 | 58 |
| Octal | 323 | 352 | 360 | 14 | 2 | 0 | 6 | 300 | 61 | 130 |
| Binary | 11010011 | 11101010 | 11110000 | 1100 | 10 | 0 | 110 | 11000000 | 110001 | 1011000 |
Color Harmonies of #D3EAF0
Complementary color
Monochromatic Colors of #D3EAF0
Black with #D3EAF0
Text Example
Text Example
White with #D3EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAF0; }
p { color: rgb(211,234,240); }
H1.HeaderClassName
{
color: #D3EAF0;
}
.AnyTagClassName
{
color: #D3EAF0;
}
</style>
background-color css
<style>
a { background-color: #D3EAF0; }
a { background-color: rgb(211,234,240); }
div.DivClassName
{
background-color: #D3EAF0;
}
.BgClassName
{
background-color: #D3EAF0;
}
</style>
border-color css
<style>
span { border-color: #D3EAF0; }
span { border-color: rgb(211,234,240); }
td.TdClassName
{
border-color: #D3EAF0;
}
.TagClassName
{
border-color: #D3EAF0;
}
</style>