Shades of Pattens Blue #D2EEFF
Tints of Pattens Blue #D2EEFF
RGB
CMYK
RGB Variations
Color information
#D2EEFF (or 0xD2EEFF) is known color: Pattens Blue. HEX triplet: D2, EE and FF. RGB value is (210,238,255). Sum of RGB (Red+Green+Blue) = 210+238+255=703 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.87% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEFF is #2D1100. Grayscale: #E7E7E7. Windows color (decimal): -2953473 or 16772818. OLE color: 16772818.
HSL color Cylindrical-coordinate representation of color #D2EEFF: hue angle of 202.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2EEFF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 238 | 255 | - |
| CMYK | 0.18 | 0.07 | 0 | 0 |
| HSL | 202.67º | 1% | 0.91% | - |
| HSV(B) | 202.67º | 0.18% | 1% | - |
| XYZ | 75.2 | 82.07 | 106.49 | - |
| YUV | 231.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 255 | 0.18 | 0.07 | 0 | 0 | 202.67 | 1 | 0.91 |
| Hex | D2 | EE | FF | 12 | 7 | 0 | 0 | CB | 64 | 5B |
| Octal | 322 | 356 | 377 | 22 | 7 | 0 | 0 | 313 | 144 | 133 |
| Binary | 11010010 | 11101110 | 11111111 | 10010 | 111 | 0 | 0 | 11001011 | 1100100 | 1011011 |
Color Harmonies of #D2EEFF
Complementary color
Monochromatic Colors of #D2EEFF
Black with #D2EEFF
Text Example
Text Example
White with #D2EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEFF; }
p { color: rgb(210,238,255); }
H1.HeaderClassName
{
color: #D2EEFF;
}
.AnyTagClassName
{
color: #D2EEFF;
}
</style>
background-color css
<style>
a { background-color: #D2EEFF; }
a { background-color: rgb(210,238,255); }
div.DivClassName
{
background-color: #D2EEFF;
}
.BgClassName
{
background-color: #D2EEFF;
}
</style>
border-color css
<style>
span { border-color: #D2EEFF; }
span { border-color: rgb(210,238,255); }
td.TdClassName
{
border-color: #D2EEFF;
}
.TagClassName
{
border-color: #D2EEFF;
}
</style>