Shades of Pattens Blue #D8E2EA
Tints of Pattens Blue #D8E2EA
RGB
CMYK
RGB Variations
Color information
#D8E2EA (or 0xD8E2EA) is known color: Pattens Blue. HEX triplet: D8, E2 and EA. RGB value is (216,226,234). Sum of RGB (Red+Green+Blue) = 216+226+234=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E2EA is #271D15. Grayscale: #DFDFDF. Windows color (decimal): -2563350 or 15393496. OLE color: 15393496.
HSL color Cylindrical-coordinate representation of color #D8E2EA: hue angle of 206.67º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E2EA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 226 | 234 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.08 |
| HSL | 206.67º | 0.3% | 0.88% | - |
| HSV(B) | 206.67º | 0.08% | 0.92% | - |
| XYZ | 70.37 | 74.93 | 88.6 | - |
| YUV | 223.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 234 | 0.08 | 0.03 | 0 | 0.08 | 206.67 | 0.3 | 0.88 |
| Hex | D8 | E2 | EA | 8 | 3 | 0 | 8 | CF | 1E | 58 |
| Octal | 330 | 342 | 352 | 10 | 3 | 0 | 10 | 317 | 36 | 130 |
| Binary | 11011000 | 11100010 | 11101010 | 1000 | 11 | 0 | 1000 | 11001111 | 11110 | 1011000 |
Color Harmonies of #D8E2EA
Complementary color
Monochromatic Colors of #D8E2EA
Black with #D8E2EA
Text Example
Text Example
White with #D8E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E2EA; }
p { color: rgb(216,226,234); }
H1.HeaderClassName
{
color: #D8E2EA;
}
.AnyTagClassName
{
color: #D8E2EA;
}
</style>
background-color css
<style>
a { background-color: #D8E2EA; }
a { background-color: rgb(216,226,234); }
div.DivClassName
{
background-color: #D8E2EA;
}
.BgClassName
{
background-color: #D8E2EA;
}
</style>
border-color css
<style>
span { border-color: #D8E2EA; }
span { border-color: rgb(216,226,234); }
td.TdClassName
{
border-color: #D8E2EA;
}
.TagClassName
{
border-color: #D8E2EA;
}
</style>