Shades of Pattens Blue #D2E8EE
Tints of Pattens Blue #D2E8EE
RGB
CMYK
RGB Variations
Color information
#D2E8EE (or 0xD2E8EE) is known color: Pattens Blue. HEX triplet: D2, E8 and EE. RGB value is (210,232,238). Sum of RGB (Red+Green+Blue) = 210+232+238=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2E8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E8EE is #2D1711. Grayscale: #E2E2E2. Windows color (decimal): -2955026 or 15657170. OLE color: 15657170.
HSL color Cylindrical-coordinate representation of color #D2E8EE: hue angle of 192.86º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2E8EE is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 232 | 238 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.07 |
| HSL | 192.86º | 0.45% | 0.88% | - |
| HSV(B) | 192.86º | 0.12% | 0.93% | - |
| XYZ | 70.87 | 77.59 | 92.13 | - |
| YUV | 226.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 232 | 238 | 0.12 | 0.03 | 0 | 0.07 | 192.86 | 0.45 | 0.88 |
| Hex | D2 | E8 | EE | C | 3 | 0 | 7 | C1 | 2D | 58 |
| Octal | 322 | 350 | 356 | 14 | 3 | 0 | 7 | 301 | 55 | 130 |
| Binary | 11010010 | 11101000 | 11101110 | 1100 | 11 | 0 | 111 | 11000001 | 101101 | 1011000 |
Color Harmonies of #D2E8EE
Complementary color
Monochromatic Colors of #D2E8EE
Black with #D2E8EE
Text Example
Text Example
White with #D2E8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E8EE; }
p { color: rgb(210,232,238); }
H1.HeaderClassName
{
color: #D2E8EE;
}
.AnyTagClassName
{
color: #D2E8EE;
}
</style>
background-color css
<style>
a { background-color: #D2E8EE; }
a { background-color: rgb(210,232,238); }
div.DivClassName
{
background-color: #D2E8EE;
}
.BgClassName
{
background-color: #D2E8EE;
}
</style>
border-color css
<style>
span { border-color: #D2E8EE; }
span { border-color: rgb(210,232,238); }
td.TdClassName
{
border-color: #D2E8EE;
}
.TagClassName
{
border-color: #D2E8EE;
}
</style>