Shades of Pattens Blue #D2E0EA
Tints of Pattens Blue #D2E0EA
RGB
CMYK
RGB Variations
Color information
#D2E0EA (or 0xD2E0EA) is known color: Pattens Blue. HEX triplet: D2, E0 and EA. RGB value is (210,224,234). Sum of RGB (Red+Green+Blue) = 210+224+234=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E0EA is #2D1F15. Grayscale: #DCDCDC. Windows color (decimal): -2957078 or 15392978. OLE color: 15392978.
HSL color Cylindrical-coordinate representation of color #D2E0EA: hue angle of 205º 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 #D2E0EA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 224 | 234 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.08 |
| HSL | 205º | 0.36% | 0.87% | - |
| HSV(B) | 205º | 0.1% | 0.92% | - |
| XYZ | 68.09 | 72.95 | 88.33 | - |
| YUV | 220.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 234 | 0.10 | 0.04 | 0 | 0.08 | 205 | 0.36 | 0.87 |
| Hex | D2 | E0 | EA | A | 4 | 0 | 8 | CD | 24 | 57 |
| Octal | 322 | 340 | 352 | 12 | 4 | 0 | 10 | 315 | 44 | 127 |
| Binary | 11010010 | 11100000 | 11101010 | 1010 | 100 | 0 | 1000 | 11001101 | 100100 | 1010111 |
Color Harmonies of #D2E0EA
Complementary color
Monochromatic Colors of #D2E0EA
Black with #D2E0EA
Text Example
Text Example
White with #D2E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E0EA; }
p { color: rgb(210,224,234); }
H1.HeaderClassName
{
color: #D2E0EA;
}
.AnyTagClassName
{
color: #D2E0EA;
}
</style>
background-color css
<style>
a { background-color: #D2E0EA; }
a { background-color: rgb(210,224,234); }
div.DivClassName
{
background-color: #D2E0EA;
}
.BgClassName
{
background-color: #D2E0EA;
}
</style>
border-color css
<style>
span { border-color: #D2E0EA; }
span { border-color: rgb(210,224,234); }
td.TdClassName
{
border-color: #D2E0EA;
}
.TagClassName
{
border-color: #D2E0EA;
}
</style>