Shades of Pattens Blue #D2E8EF
Tints of Pattens Blue #D2E8EF
RGB
CMYK
RGB Variations
Color information
#D2E8EF (or 0xD2E8EF) is known color: Pattens Blue. HEX triplet: D2, E8 and EF. RGB value is (210,232,239). Sum of RGB (Red+Green+Blue) = 210+232+239=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E8EF is #2D1710. Grayscale: #E2E2E2. Windows color (decimal): -2955025 or 15722706. OLE color: 15722706.
HSL color Cylindrical-coordinate representation of color #D2E8EF: hue angle of 194.48º 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 #D2E8EF is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 232 | 239 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.06 |
| HSL | 194.48º | 0.48% | 0.88% | - |
| HSV(B) | 194.48º | 0.12% | 0.94% | - |
| XYZ | 71.01 | 77.65 | 92.91 | - |
| YUV | 226.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 232 | 239 | 0.12 | 0.03 | 0 | 0.06 | 194.48 | 0.48 | 0.88 |
| Hex | D2 | E8 | EF | C | 3 | 0 | 6 | C2 | 30 | 58 |
| Octal | 322 | 350 | 357 | 14 | 3 | 0 | 6 | 302 | 60 | 130 |
| Binary | 11010010 | 11101000 | 11101111 | 1100 | 11 | 0 | 110 | 11000010 | 110000 | 1011000 |
Color Harmonies of #D2E8EF
Complementary color
Monochromatic Colors of #D2E8EF
Black with #D2E8EF
Text Example
Text Example
White with #D2E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E8EF; }
p { color: rgb(210,232,239); }
H1.HeaderClassName
{
color: #D2E8EF;
}
.AnyTagClassName
{
color: #D2E8EF;
}
</style>
background-color css
<style>
a { background-color: #D2E8EF; }
a { background-color: rgb(210,232,239); }
div.DivClassName
{
background-color: #D2E8EF;
}
.BgClassName
{
background-color: #D2E8EF;
}
</style>
border-color css
<style>
span { border-color: #D2E8EF; }
span { border-color: rgb(210,232,239); }
td.TdClassName
{
border-color: #D2E8EF;
}
.TagClassName
{
border-color: #D2E8EF;
}
</style>