Shades of Pattens Blue #D2E1EA
Tints of Pattens Blue #D2E1EA
RGB
CMYK
RGB Variations
Color information
#D2E1EA (or 0xD2E1EA) is known color: Pattens Blue. HEX triplet: D2, E1 and EA. RGB value is (210,225,234). Sum of RGB (Red+Green+Blue) = 210+225+234=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E1EA is #2D1E15. Grayscale: #DDDDDD. Windows color (decimal): -2956822 or 15393234. OLE color: 15393234.
HSL color Cylindrical-coordinate representation of color #D2E1EA: hue angle of 202.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E1EA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 225 | 234 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.08 |
| HSL | 202.5º | 0.36% | 0.87% | - |
| HSV(B) | 202.5º | 0.1% | 0.92% | - |
| XYZ | 68.35 | 73.49 | 88.42 | - |
| YUV | 221.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 234 | 0.10 | 0.04 | 0 | 0.08 | 202.5 | 0.36 | 0.87 |
| Hex | D2 | E1 | EA | A | 4 | 0 | 8 | CA | 24 | 57 |
| Octal | 322 | 341 | 352 | 12 | 4 | 0 | 10 | 312 | 44 | 127 |
| Binary | 11010010 | 11100001 | 11101010 | 1010 | 100 | 0 | 1000 | 11001010 | 100100 | 1010111 |
Color Harmonies of #D2E1EA
Complementary color
Monochromatic Colors of #D2E1EA
Black with #D2E1EA
Text Example
Text Example
White with #D2E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E1EA; }
p { color: rgb(210,225,234); }
H1.HeaderClassName
{
color: #D2E1EA;
}
.AnyTagClassName
{
color: #D2E1EA;
}
</style>
background-color css
<style>
a { background-color: #D2E1EA; }
a { background-color: rgb(210,225,234); }
div.DivClassName
{
background-color: #D2E1EA;
}
.BgClassName
{
background-color: #D2E1EA;
}
</style>
border-color css
<style>
span { border-color: #D2E1EA; }
span { border-color: rgb(210,225,234); }
td.TdClassName
{
border-color: #D2E1EA;
}
.TagClassName
{
border-color: #D2E1EA;
}
</style>