Shades of Pattens Blue #D2EAF7
Tints of Pattens Blue #D2EAF7
RGB
CMYK
RGB Variations
Color information
#D2EAF7 (or 0xD2EAF7) is known color: Pattens Blue. HEX triplet: D2, EA and F7. RGB value is (210,234,247). Sum of RGB (Red+Green+Blue) = 210+234+247=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2EAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAF7 is #2D1508. Grayscale: #E4E4E4. Windows color (decimal): -2954505 or 16247506. OLE color: 16247506.
HSL color Cylindrical-coordinate representation of color #D2EAF7: hue angle of 201.08º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2EAF7 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 234 | 247 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.03 |
| HSL | 201.08º | 0.7% | 0.9% | - |
| HSV(B) | 201.08º | 0.15% | 0.97% | - |
| XYZ | 72.79 | 79.26 | 99.46 | - |
| YUV | 228.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 247 | 0.15 | 0.05 | 0 | 0.03 | 201.08 | 0.7 | 0.9 |
| Hex | D2 | EA | F7 | F | 5 | 0 | 3 | C9 | 46 | 5A |
| Octal | 322 | 352 | 367 | 17 | 5 | 0 | 3 | 311 | 106 | 132 |
| Binary | 11010010 | 11101010 | 11110111 | 1111 | 101 | 0 | 11 | 11001001 | 1000110 | 1011010 |
Color Harmonies of #D2EAF7
Complementary color
Monochromatic Colors of #D2EAF7
Black with #D2EAF7
Text Example
Text Example
White with #D2EAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EAF7; }
p { color: rgb(210,234,247); }
H1.HeaderClassName
{
color: #D2EAF7;
}
.AnyTagClassName
{
color: #D2EAF7;
}
</style>
background-color css
<style>
a { background-color: #D2EAF7; }
a { background-color: rgb(210,234,247); }
div.DivClassName
{
background-color: #D2EAF7;
}
.BgClassName
{
background-color: #D2EAF7;
}
</style>
border-color css
<style>
span { border-color: #D2EAF7; }
span { border-color: rgb(210,234,247); }
td.TdClassName
{
border-color: #D2EAF7;
}
.TagClassName
{
border-color: #D2EAF7;
}
</style>