Shades of Pattens Blue #D2E5FC
Tints of Pattens Blue #D2E5FC
RGB
CMYK
RGB Variations
Color information
#D2E5FC (or 0xD2E5FC) is known color: Pattens Blue. HEX triplet: D2, E5 and FC. RGB value is (210,229,252). Sum of RGB (Red+Green+Blue) = 210+229+252=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E5FC is #2D1A03. Grayscale: #E1E1E1. Windows color (decimal): -2955780 or 16573906. OLE color: 16573906.
HSL color Cylindrical-coordinate representation of color #D2E5FC: hue angle of 212.86º 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 #D2E5FC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 229 | 252 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.01 |
| HSL | 212.86º | 0.88% | 0.91% | - |
| HSV(B) | 212.86º | 0.17% | 0.99% | - |
| XYZ | 72.17 | 76.77 | 103.11 | - |
| YUV | 225.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 252 | 0.17 | 0.09 | 0 | 0.01 | 212.86 | 0.88 | 0.91 |
| Hex | D2 | E5 | FC | 11 | 9 | 0 | 1 | D5 | 58 | 5B |
| Octal | 322 | 345 | 374 | 21 | 11 | 0 | 1 | 325 | 130 | 133 |
| Binary | 11010010 | 11100101 | 11111100 | 10001 | 1001 | 0 | 1 | 11010101 | 1011000 | 1011011 |
Color Harmonies of #D2E5FC
Complementary color
Monochromatic Colors of #D2E5FC
Black with #D2E5FC
Text Example
Text Example
White with #D2E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E5FC; }
p { color: rgb(210,229,252); }
H1.HeaderClassName
{
color: #D2E5FC;
}
.AnyTagClassName
{
color: #D2E5FC;
}
</style>
background-color css
<style>
a { background-color: #D2E5FC; }
a { background-color: rgb(210,229,252); }
div.DivClassName
{
background-color: #D2E5FC;
}
.BgClassName
{
background-color: #D2E5FC;
}
</style>
border-color css
<style>
span { border-color: #D2E5FC; }
span { border-color: rgb(210,229,252); }
td.TdClassName
{
border-color: #D2E5FC;
}
.TagClassName
{
border-color: #D2E5FC;
}
</style>