Shades of Pattens Blue #D2E7ED
Tints of Pattens Blue #D2E7ED
RGB
CMYK
RGB Variations
Color information
#D2E7ED (or 0xD2E7ED) is known color: Pattens Blue. HEX triplet: D2, E7 and ED. RGB value is (210,231,237). Sum of RGB (Red+Green+Blue) = 210+231+237=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2E7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E7ED is #2D1812. Grayscale: #E1E1E1. Windows color (decimal): -2955283 or 15591378. OLE color: 15591378.
HSL color Cylindrical-coordinate representation of color #D2E7ED: hue angle of 193.33º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E7ED is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 231 | 237 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.07 |
| HSL | 193.33º | 0.43% | 0.88% | - |
| HSV(B) | 193.33º | 0.11% | 0.93% | - |
| XYZ | 70.44 | 76.97 | 91.26 | - |
| YUV | 225.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 237 | 0.11 | 0.03 | 0 | 0.07 | 193.33 | 0.43 | 0.88 |
| Hex | D2 | E7 | ED | B | 3 | 0 | 7 | C1 | 2B | 58 |
| Octal | 322 | 347 | 355 | 13 | 3 | 0 | 7 | 301 | 53 | 130 |
| Binary | 11010010 | 11100111 | 11101101 | 1011 | 11 | 0 | 111 | 11000001 | 101011 | 1011000 |
Color Harmonies of #D2E7ED
Complementary color
Monochromatic Colors of #D2E7ED
Black with #D2E7ED
Text Example
Text Example
White with #D2E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E7ED; }
p { color: rgb(210,231,237); }
H1.HeaderClassName
{
color: #D2E7ED;
}
.AnyTagClassName
{
color: #D2E7ED;
}
</style>
background-color css
<style>
a { background-color: #D2E7ED; }
a { background-color: rgb(210,231,237); }
div.DivClassName
{
background-color: #D2E7ED;
}
.BgClassName
{
background-color: #D2E7ED;
}
</style>
border-color css
<style>
span { border-color: #D2E7ED; }
span { border-color: rgb(210,231,237); }
td.TdClassName
{
border-color: #D2E7ED;
}
.TagClassName
{
border-color: #D2E7ED;
}
</style>