Shades of Pattens Blue #D2EAF6
Tints of Pattens Blue #D2EAF6
RGB
CMYK
RGB Variations
Color information
#D2EAF6 (or 0xD2EAF6) is known color: Pattens Blue. HEX triplet: D2, EA and F6. RGB value is (210,234,246). Sum of RGB (Red+Green+Blue) = 210+234+246=690 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.43% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2EAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAF6 is #2D1509. Grayscale: #E4E4E4. Windows color (decimal): -2954506 or 16181970. OLE color: 16181970.
HSL color Cylindrical-coordinate representation of color #D2EAF6: hue angle of 200º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2EAF6 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 234 | 246 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.04 |
| HSL | 200º | 0.67% | 0.89% | - |
| HSV(B) | 200º | 0.15% | 0.96% | - |
| XYZ | 72.64 | 79.2 | 98.65 | - |
| YUV | 228.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 246 | 0.15 | 0.05 | 0 | 0.04 | 200 | 0.67 | 0.89 |
| Hex | D2 | EA | F6 | F | 5 | 0 | 4 | C8 | 43 | 59 |
| Octal | 322 | 352 | 366 | 17 | 5 | 0 | 4 | 310 | 103 | 131 |
| Binary | 11010010 | 11101010 | 11110110 | 1111 | 101 | 0 | 100 | 11001000 | 1000011 | 1011001 |
Color Harmonies of #D2EAF6
Complementary color
Monochromatic Colors of #D2EAF6
Black with #D2EAF6
Text Example
Text Example
White with #D2EAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EAF6; }
p { color: rgb(210,234,246); }
H1.HeaderClassName
{
color: #D2EAF6;
}
.AnyTagClassName
{
color: #D2EAF6;
}
</style>
background-color css
<style>
a { background-color: #D2EAF6; }
a { background-color: rgb(210,234,246); }
div.DivClassName
{
background-color: #D2EAF6;
}
.BgClassName
{
background-color: #D2EAF6;
}
</style>
border-color css
<style>
span { border-color: #D2EAF6; }
span { border-color: rgb(210,234,246); }
td.TdClassName
{
border-color: #D2EAF6;
}
.TagClassName
{
border-color: #D2EAF6;
}
</style>