Shades of Pattens Blue #D2EEF8
Tints of Pattens Blue #D2EEF8
RGB
CMYK
RGB Variations
Color information
#D2EEF8 (or 0xD2EEF8) is known color: Pattens Blue. HEX triplet: D2, EE and F8. RGB value is (210,238,248). Sum of RGB (Red+Green+Blue) = 210+238+248=696 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.17% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2EEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEF8 is #2D1107. Grayscale: #E6E6E6. Windows color (decimal): -2953480 or 16314066. OLE color: 16314066.
HSL color Cylindrical-coordinate representation of color #D2EEF8: hue angle of 195.79º degrees, saturation: 0.73, 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 #D2EEF8 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 238 | 248 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.03 |
| HSL | 195.79º | 0.73% | 0.9% | - |
| HSV(B) | 195.79º | 0.15% | 0.97% | - |
| XYZ | 74.1 | 81.63 | 100.66 | - |
| YUV | 230.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 248 | 0.15 | 0.04 | 0 | 0.03 | 195.79 | 0.73 | 0.9 |
| Hex | D2 | EE | F8 | F | 4 | 0 | 3 | C4 | 49 | 5A |
| Octal | 322 | 356 | 370 | 17 | 4 | 0 | 3 | 304 | 111 | 132 |
| Binary | 11010010 | 11101110 | 11111000 | 1111 | 100 | 0 | 11 | 11000100 | 1001001 | 1011010 |
Color Harmonies of #D2EEF8
Complementary color
Monochromatic Colors of #D2EEF8
Black with #D2EEF8
Text Example
Text Example
White with #D2EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEF8; }
p { color: rgb(210,238,248); }
H1.HeaderClassName
{
color: #D2EEF8;
}
.AnyTagClassName
{
color: #D2EEF8;
}
</style>
background-color css
<style>
a { background-color: #D2EEF8; }
a { background-color: rgb(210,238,248); }
div.DivClassName
{
background-color: #D2EEF8;
}
.BgClassName
{
background-color: #D2EEF8;
}
</style>
border-color css
<style>
span { border-color: #D2EEF8; }
span { border-color: rgb(210,238,248); }
td.TdClassName
{
border-color: #D2EEF8;
}
.TagClassName
{
border-color: #D2EEF8;
}
</style>