Shades of Pattens Blue #D2DBE4
Tints of Pattens Blue #D2DBE4
RGB
CMYK
RGB Variations
Color information
#D2DBE4 (or 0xD2DBE4) is known color: Pattens Blue. HEX triplet: D2, DB and E4. RGB value is (210,219,228). Sum of RGB (Red+Green+Blue) = 210+219+228=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2DBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBE4 is #2D241B. Grayscale: #D9D9D9. Windows color (decimal): -2958364 or 14998482. OLE color: 14998482.
HSL color Cylindrical-coordinate representation of color #D2DBE4: hue angle of 210º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2DBE4 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 219 | 228 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.11 |
| HSL | 210º | 0.25% | 0.86% | - |
| HSV(B) | 210º | 0.08% | 0.89% | - |
| XYZ | 65.91 | 69.97 | 83.43 | - |
| YUV | 217.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 228 | 0.08 | 0.04 | 0 | 0.11 | 210 | 0.25 | 0.86 |
| Hex | D2 | DB | E4 | 8 | 4 | 0 | B | D2 | 19 | 56 |
| Octal | 322 | 333 | 344 | 10 | 4 | 0 | 13 | 322 | 31 | 126 |
| Binary | 11010010 | 11011011 | 11100100 | 1000 | 100 | 0 | 1011 | 11010010 | 11001 | 1010110 |
Color Harmonies of #D2DBE4
Complementary color
Monochromatic Colors of #D2DBE4
Black with #D2DBE4
Text Example
Text Example
White with #D2DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBE4; }
p { color: rgb(210,219,228); }
H1.HeaderClassName
{
color: #D2DBE4;
}
.AnyTagClassName
{
color: #D2DBE4;
}
</style>
background-color css
<style>
a { background-color: #D2DBE4; }
a { background-color: rgb(210,219,228); }
div.DivClassName
{
background-color: #D2DBE4;
}
.BgClassName
{
background-color: #D2DBE4;
}
</style>
border-color css
<style>
span { border-color: #D2DBE4; }
span { border-color: rgb(210,219,228); }
td.TdClassName
{
border-color: #D2DBE4;
}
.TagClassName
{
border-color: #D2DBE4;
}
</style>