Shades of Pattens Blue #D2E4EC
Tints of Pattens Blue #D2E4EC
RGB
CMYK
RGB Variations
Color information
#D2E4EC (or 0xD2E4EC) is known color: Pattens Blue. HEX triplet: D2, E4 and EC. RGB value is (210,228,236). Sum of RGB (Red+Green+Blue) = 210+228+236=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E4EC is #2D1B13. Grayscale: #DFDFDF. Windows color (decimal): -2956052 or 15525074. OLE color: 15525074.
HSL color Cylindrical-coordinate representation of color #D2E4EC: hue angle of 198.46º 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 #D2E4EC is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 228 | 236 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.07 |
| HSL | 198.46º | 0.41% | 0.87% | - |
| HSV(B) | 198.46º | 0.11% | 0.93% | - |
| XYZ | 69.46 | 75.24 | 90.22 | - |
| YUV | 223.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 228 | 236 | 0.11 | 0.03 | 0 | 0.07 | 198.46 | 0.41 | 0.87 |
| Hex | D2 | E4 | EC | B | 3 | 0 | 7 | C6 | 29 | 57 |
| Octal | 322 | 344 | 354 | 13 | 3 | 0 | 7 | 306 | 51 | 127 |
| Binary | 11010010 | 11100100 | 11101100 | 1011 | 11 | 0 | 111 | 11000110 | 101001 | 1010111 |
Color Harmonies of #D2E4EC
Complementary color
Monochromatic Colors of #D2E4EC
Black with #D2E4EC
Text Example
Text Example
White with #D2E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E4EC; }
p { color: rgb(210,228,236); }
H1.HeaderClassName
{
color: #D2E4EC;
}
.AnyTagClassName
{
color: #D2E4EC;
}
</style>
background-color css
<style>
a { background-color: #D2E4EC; }
a { background-color: rgb(210,228,236); }
div.DivClassName
{
background-color: #D2E4EC;
}
.BgClassName
{
background-color: #D2E4EC;
}
</style>
border-color css
<style>
span { border-color: #D2E4EC; }
span { border-color: rgb(210,228,236); }
td.TdClassName
{
border-color: #D2E4EC;
}
.TagClassName
{
border-color: #D2E4EC;
}
</style>