Shades of Pattens Blue #D2DFEA
Tints of Pattens Blue #D2DFEA
RGB
CMYK
RGB Variations
Color information
#D2DFEA (or 0xD2DFEA) is known color: Pattens Blue. HEX triplet: D2, DF and EA. RGB value is (210,223,234). Sum of RGB (Red+Green+Blue) = 210+223+234=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFEA is #2D2015. Grayscale: #DCDCDC. Windows color (decimal): -2957334 or 15392722. OLE color: 15392722.
HSL color Cylindrical-coordinate representation of color #D2DFEA: hue angle of 207.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DFEA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 223 | 234 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.08 |
| HSL | 207.5º | 0.36% | 0.87% | - |
| HSV(B) | 207.5º | 0.1% | 0.92% | - |
| XYZ | 67.82 | 72.42 | 88.25 | - |
| YUV | 220.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 234 | 0.10 | 0.05 | 0 | 0.08 | 207.5 | 0.36 | 0.87 |
| Hex | D2 | DF | EA | A | 5 | 0 | 8 | D0 | 24 | 57 |
| Octal | 322 | 337 | 352 | 12 | 5 | 0 | 10 | 320 | 44 | 127 |
| Binary | 11010010 | 11011111 | 11101010 | 1010 | 101 | 0 | 1000 | 11010000 | 100100 | 1010111 |
Color Harmonies of #D2DFEA
Complementary color
Monochromatic Colors of #D2DFEA
Black with #D2DFEA
Text Example
Text Example
White with #D2DFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFEA; }
p { color: rgb(210,223,234); }
H1.HeaderClassName
{
color: #D2DFEA;
}
.AnyTagClassName
{
color: #D2DFEA;
}
</style>
background-color css
<style>
a { background-color: #D2DFEA; }
a { background-color: rgb(210,223,234); }
div.DivClassName
{
background-color: #D2DFEA;
}
.BgClassName
{
background-color: #D2DFEA;
}
</style>
border-color css
<style>
span { border-color: #D2DFEA; }
span { border-color: rgb(210,223,234); }
td.TdClassName
{
border-color: #D2DFEA;
}
.TagClassName
{
border-color: #D2DFEA;
}
</style>