Shades of Pattens Blue #D2DFEB
Tints of Pattens Blue #D2DFEB
RGB
CMYK
RGB Variations
Color information
#D2DFEB (or 0xD2DFEB) is known color: Pattens Blue. HEX triplet: D2, DF and EB. RGB value is (210,223,235). Sum of RGB (Red+Green+Blue) = 210+223+235=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFEB is #2D2014. Grayscale: #DCDCDC. Windows color (decimal): -2957333 or 15458258. OLE color: 15458258.
HSL color Cylindrical-coordinate representation of color #D2DFEB: hue angle of 208.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DFEB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 223 | 235 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.08 |
| HSL | 208.8º | 0.38% | 0.87% | - |
| HSV(B) | 208.8º | 0.11% | 0.92% | - |
| XYZ | 67.96 | 72.48 | 89 | - |
| YUV | 220.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 235 | 0.11 | 0.05 | 0 | 0.08 | 208.8 | 0.38 | 0.87 |
| Hex | D2 | DF | EB | B | 5 | 0 | 8 | D1 | 26 | 57 |
| Octal | 322 | 337 | 353 | 13 | 5 | 0 | 10 | 321 | 46 | 127 |
| Binary | 11010010 | 11011111 | 11101011 | 1011 | 101 | 0 | 1000 | 11010001 | 100110 | 1010111 |
Color Harmonies of #D2DFEB
Complementary color
Monochromatic Colors of #D2DFEB
Black with #D2DFEB
Text Example
Text Example
White with #D2DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFEB; }
p { color: rgb(210,223,235); }
H1.HeaderClassName
{
color: #D2DFEB;
}
.AnyTagClassName
{
color: #D2DFEB;
}
</style>
background-color css
<style>
a { background-color: #D2DFEB; }
a { background-color: rgb(210,223,235); }
div.DivClassName
{
background-color: #D2DFEB;
}
.BgClassName
{
background-color: #D2DFEB;
}
</style>
border-color css
<style>
span { border-color: #D2DFEB; }
span { border-color: rgb(210,223,235); }
td.TdClassName
{
border-color: #D2DFEB;
}
.TagClassName
{
border-color: #D2DFEB;
}
</style>