Shades of Pattens Blue #D2EEFC
Tints of Pattens Blue #D2EEFC
RGB
CMYK
RGB Variations
Color information
#D2EEFC (or 0xD2EEFC) is known color: Pattens Blue. HEX triplet: D2, EE and FC. RGB value is (210,238,252). Sum of RGB (Red+Green+Blue) = 210+238+252=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEFC is #2D1103. Grayscale: #E7E7E7. Windows color (decimal): -2953476 or 16576210. OLE color: 16576210.
HSL color Cylindrical-coordinate representation of color #D2EEFC: hue angle of 200º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2EEFC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 238 | 252 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.01 |
| HSL | 200º | 0.88% | 0.91% | - |
| HSV(B) | 200º | 0.17% | 0.99% | - |
| XYZ | 74.72 | 81.88 | 103.96 | - |
| YUV | 231.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 252 | 0.17 | 0.06 | 0 | 0.01 | 200 | 0.88 | 0.91 |
| Hex | D2 | EE | FC | 11 | 6 | 0 | 1 | C8 | 58 | 5B |
| Octal | 322 | 356 | 374 | 21 | 6 | 0 | 1 | 310 | 130 | 133 |
| Binary | 11010010 | 11101110 | 11111100 | 10001 | 110 | 0 | 1 | 11001000 | 1011000 | 1011011 |
Color Harmonies of #D2EEFC
Complementary color
Monochromatic Colors of #D2EEFC
Black with #D2EEFC
Text Example
Text Example
White with #D2EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEFC; }
p { color: rgb(210,238,252); }
H1.HeaderClassName
{
color: #D2EEFC;
}
.AnyTagClassName
{
color: #D2EEFC;
}
</style>
background-color css
<style>
a { background-color: #D2EEFC; }
a { background-color: rgb(210,238,252); }
div.DivClassName
{
background-color: #D2EEFC;
}
.BgClassName
{
background-color: #D2EEFC;
}
</style>
border-color css
<style>
span { border-color: #D2EEFC; }
span { border-color: rgb(210,238,252); }
td.TdClassName
{
border-color: #D2EEFC;
}
.TagClassName
{
border-color: #D2EEFC;
}
</style>