Shades of Pattens Blue #D2E3EC
Tints of Pattens Blue #D2E3EC
RGB
CMYK
RGB Variations
Color information
#D2E3EC (or 0xD2E3EC) is known color: Pattens Blue. HEX triplet: D2, E3 and EC. RGB value is (210,227,236). Sum of RGB (Red+Green+Blue) = 210+227+236=673 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.20% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2E3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E3EC is #2D1C13. Grayscale: #DEDEDE. Windows color (decimal): -2956308 or 15524818. OLE color: 15524818.
HSL color Cylindrical-coordinate representation of color #D2E3EC: hue angle of 200.77º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E3EC is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 227 | 236 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.07 |
| HSL | 200.77º | 0.41% | 0.87% | - |
| HSV(B) | 200.77º | 0.11% | 0.93% | - |
| XYZ | 69.19 | 74.7 | 90.13 | - |
| YUV | 222.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 236 | 0.11 | 0.04 | 0 | 0.07 | 200.77 | 0.41 | 0.87 |
| Hex | D2 | E3 | EC | B | 4 | 0 | 7 | C9 | 29 | 57 |
| Octal | 322 | 343 | 354 | 13 | 4 | 0 | 7 | 311 | 51 | 127 |
| Binary | 11010010 | 11100011 | 11101100 | 1011 | 100 | 0 | 111 | 11001001 | 101001 | 1010111 |
Color Harmonies of #D2E3EC
Complementary color
Monochromatic Colors of #D2E3EC
Black with #D2E3EC
Text Example
Text Example
White with #D2E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E3EC; }
p { color: rgb(210,227,236); }
H1.HeaderClassName
{
color: #D2E3EC;
}
.AnyTagClassName
{
color: #D2E3EC;
}
</style>
background-color css
<style>
a { background-color: #D2E3EC; }
a { background-color: rgb(210,227,236); }
div.DivClassName
{
background-color: #D2E3EC;
}
.BgClassName
{
background-color: #D2E3EC;
}
</style>
border-color css
<style>
span { border-color: #D2E3EC; }
span { border-color: rgb(210,227,236); }
td.TdClassName
{
border-color: #D2E3EC;
}
.TagClassName
{
border-color: #D2E3EC;
}
</style>