Shades of Pattens Blue #D3E3E9
Tints of Pattens Blue #D3E3E9
RGB
CMYK
RGB Variations
Color information
#D3E3E9 (or 0xD3E3E9) is known color: Pattens Blue. HEX triplet: D3, E3 and E9. RGB value is (211,227,233). Sum of RGB (Red+Green+Blue) = 211+227+233=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3E3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E3E9 is #2C1C16. Grayscale: #DEDEDE. Windows color (decimal): -2890775 or 15328211. OLE color: 15328211.
HSL color Cylindrical-coordinate representation of color #D3E3E9: hue angle of 196.36º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3E3E9 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 211 | 227 | 233 | - |
CMYK | 0.09 | 0.03 | 0 | 0.09 |
HSL | 196.36º | 0.33% | 0.87% | - |
HSV(B) | 196.36º | 0.09% | 0.91% | - |
XYZ | 69.04 | 74.67 | 87.86 | - |
YUV | 222.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 227 | 233 | 0.09 | 0.03 | 0 | 0.09 | 196.36 | 0.33 | 0.87 |
Hex | D3 | E3 | E9 | 9 | 3 | 0 | 9 | C4 | 21 | 57 |
Octal | 323 | 343 | 351 | 11 | 3 | 0 | 11 | 304 | 41 | 127 |
Binary | 11010011 | 11100011 | 11101001 | 1001 | 11 | 0 | 1001 | 11000100 | 100001 | 1010111 |
Color Harmonies of #D3E3E9
Complementary color
Monochromatic Colors of #D3E3E9
Black with #D3E3E9
Text Example
Text Example
White with #D3E3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3E9; }
p { color: rgb(211,227,233); }
H1.HeaderClassName
{
color: #D3E3E9;
}
.AnyTagClassName
{
color: #D3E3E9;
}
</style>
background-color css
<style>
a { background-color: #D3E3E9; }
a { background-color: rgb(211,227,233); }
div.DivClassName
{
background-color: #D3E3E9;
}
.BgClassName
{
background-color: #D3E3E9;
}
</style>
border-color css
<style>
span { border-color: #D3E3E9; }
span { border-color: rgb(211,227,233); }
td.TdClassName
{
border-color: #D3E3E9;
}
.TagClassName
{
border-color: #D3E3E9;
}
</style>