Shades of Pattens Blue #D2E5F8
Tints of Pattens Blue #D2E5F8
RGB
CMYK
RGB Variations
Color information
#D2E5F8 (or 0xD2E5F8) is known color: Pattens Blue. HEX triplet: D2, E5 and F8. RGB value is (210,229,248). Sum of RGB (Red+Green+Blue) = 210+229+248=687 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.57% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2E5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E5F8 is #2D1A07. Grayscale: #E1E1E1. Windows color (decimal): -2955784 or 16311762. OLE color: 16311762.
HSL color Cylindrical-coordinate representation of color #D2E5F8: hue angle of 210º 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 #D2E5F8 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 229 | 248 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.03 |
| HSL | 210º | 0.73% | 0.9% | - |
| HSV(B) | 210º | 0.15% | 0.97% | - |
| XYZ | 71.54 | 76.52 | 99.81 | - |
| YUV | 225.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 248 | 0.15 | 0.08 | 0 | 0.03 | 210 | 0.73 | 0.9 |
| Hex | D2 | E5 | F8 | F | 8 | 0 | 3 | D2 | 49 | 5A |
| Octal | 322 | 345 | 370 | 17 | 10 | 0 | 3 | 322 | 111 | 132 |
| Binary | 11010010 | 11100101 | 11111000 | 1111 | 1000 | 0 | 11 | 11010010 | 1001001 | 1011010 |
Color Harmonies of #D2E5F8
Complementary color
Monochromatic Colors of #D2E5F8
Black with #D2E5F8
Text Example
Text Example
White with #D2E5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E5F8; }
p { color: rgb(210,229,248); }
H1.HeaderClassName
{
color: #D2E5F8;
}
.AnyTagClassName
{
color: #D2E5F8;
}
</style>
background-color css
<style>
a { background-color: #D2E5F8; }
a { background-color: rgb(210,229,248); }
div.DivClassName
{
background-color: #D2E5F8;
}
.BgClassName
{
background-color: #D2E5F8;
}
</style>
border-color css
<style>
span { border-color: #D2E5F8; }
span { border-color: rgb(210,229,248); }
td.TdClassName
{
border-color: #D2E5F8;
}
.TagClassName
{
border-color: #D2E5F8;
}
</style>