Shades of Pattens Blue #D2EEFB
Tints of Pattens Blue #D2EEFB
RGB
CMYK
RGB Variations
Color information
#D2EEFB (or 0xD2EEFB) is known color: Pattens Blue. HEX triplet: D2, EE and FB. RGB value is (210,238,251). Sum of RGB (Red+Green+Blue) = 210+238+251=699 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.04% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEFB is #2D1104. Grayscale: #E7E7E7. Windows color (decimal): -2953477 or 16510674. OLE color: 16510674.
HSL color Cylindrical-coordinate representation of color #D2EEFB: hue angle of 199.02º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2EEFB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 238 | 251 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.02 |
| HSL | 199.02º | 0.84% | 0.9% | - |
| HSV(B) | 199.02º | 0.16% | 0.98% | - |
| XYZ | 74.57 | 81.82 | 103.13 | - |
| YUV | 231.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 251 | 0.16 | 0.05 | 0 | 0.02 | 199.02 | 0.84 | 0.9 |
| Hex | D2 | EE | FB | 10 | 5 | 0 | 2 | C7 | 54 | 5A |
| Octal | 322 | 356 | 373 | 20 | 5 | 0 | 2 | 307 | 124 | 132 |
| Binary | 11010010 | 11101110 | 11111011 | 10000 | 101 | 0 | 10 | 11000111 | 1010100 | 1011010 |
Color Harmonies of #D2EEFB
Complementary color
Monochromatic Colors of #D2EEFB
Black with #D2EEFB
Text Example
Text Example
White with #D2EEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEFB; }
p { color: rgb(210,238,251); }
H1.HeaderClassName
{
color: #D2EEFB;
}
.AnyTagClassName
{
color: #D2EEFB;
}
</style>
background-color css
<style>
a { background-color: #D2EEFB; }
a { background-color: rgb(210,238,251); }
div.DivClassName
{
background-color: #D2EEFB;
}
.BgClassName
{
background-color: #D2EEFB;
}
</style>
border-color css
<style>
span { border-color: #D2EEFB; }
span { border-color: rgb(210,238,251); }
td.TdClassName
{
border-color: #D2EEFB;
}
.TagClassName
{
border-color: #D2EEFB;
}
</style>