Shades of Pattens Blue #D2E2EF
Tints of Pattens Blue #D2E2EF
RGB
CMYK
RGB Variations
Color information
#D2E2EF (or 0xD2E2EF) is known color: Pattens Blue. HEX triplet: D2, E2 and EF. RGB value is (210,226,239). Sum of RGB (Red+Green+Blue) = 210+226+239=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E2EF is #2D1D10. Grayscale: #DEDEDE. Windows color (decimal): -2956561 or 15721170. OLE color: 15721170.
HSL color Cylindrical-coordinate representation of color #D2E2EF: hue angle of 206.9º degrees, saturation: 0.48, 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 #D2E2EF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 226 | 239 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.06 |
| HSL | 206.9º | 0.48% | 0.88% | - |
| HSV(B) | 206.9º | 0.12% | 0.94% | - |
| XYZ | 69.35 | 74.33 | 92.35 | - |
| YUV | 222.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 239 | 0.12 | 0.05 | 0 | 0.06 | 206.9 | 0.48 | 0.88 |
| Hex | D2 | E2 | EF | C | 5 | 0 | 6 | CF | 30 | 58 |
| Octal | 322 | 342 | 357 | 14 | 5 | 0 | 6 | 317 | 60 | 130 |
| Binary | 11010010 | 11100010 | 11101111 | 1100 | 101 | 0 | 110 | 11001111 | 110000 | 1011000 |
Color Harmonies of #D2E2EF
Complementary color
Monochromatic Colors of #D2E2EF
Black with #D2E2EF
Text Example
Text Example
White with #D2E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E2EF; }
p { color: rgb(210,226,239); }
H1.HeaderClassName
{
color: #D2E2EF;
}
.AnyTagClassName
{
color: #D2E2EF;
}
</style>
background-color css
<style>
a { background-color: #D2E2EF; }
a { background-color: rgb(210,226,239); }
div.DivClassName
{
background-color: #D2E2EF;
}
.BgClassName
{
background-color: #D2E2EF;
}
</style>
border-color css
<style>
span { border-color: #D2E2EF; }
span { border-color: rgb(210,226,239); }
td.TdClassName
{
border-color: #D2E2EF;
}
.TagClassName
{
border-color: #D2E2EF;
}
</style>