Shades of Pattens Blue #D2DDE3
Tints of Pattens Blue #D2DDE3
RGB
CMYK
RGB Variations
Color information
#D2DDE3 (or 0xD2DDE3) is known color: Pattens Blue. HEX triplet: D2, DD and E3. RGB value is (210,221,227). Sum of RGB (Red+Green+Blue) = 210+221+227=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 227 - color contains mainly: blue. Hex color #D2DDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDE3 is #2D221C. Grayscale: #DADADA. Windows color (decimal): -2957853 or 14933458. OLE color: 14933458.
HSL color Cylindrical-coordinate representation of color #D2DDE3: hue angle of 201.18º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2DDE3 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 221 | 227 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.11 |
| HSL | 201.18º | 0.23% | 0.86% | - |
| HSV(B) | 201.18º | 0.07% | 0.89% | - |
| XYZ | 66.3 | 70.96 | 82.88 | - |
| YUV | 218.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 227 | 0.07 | 0.03 | 0 | 0.11 | 201.18 | 0.23 | 0.86 |
| Hex | D2 | DD | E3 | 7 | 3 | 0 | B | C9 | 17 | 56 |
| Octal | 322 | 335 | 343 | 7 | 3 | 0 | 13 | 311 | 27 | 126 |
| Binary | 11010010 | 11011101 | 11100011 | 111 | 11 | 0 | 1011 | 11001001 | 10111 | 1010110 |
Color Harmonies of #D2DDE3
Complementary color
Monochromatic Colors of #D2DDE3
Black with #D2DDE3
Text Example
Text Example
White with #D2DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDE3; }
p { color: rgb(210,221,227); }
H1.HeaderClassName
{
color: #D2DDE3;
}
.AnyTagClassName
{
color: #D2DDE3;
}
</style>
background-color css
<style>
a { background-color: #D2DDE3; }
a { background-color: rgb(210,221,227); }
div.DivClassName
{
background-color: #D2DDE3;
}
.BgClassName
{
background-color: #D2DDE3;
}
</style>
border-color css
<style>
span { border-color: #D2DDE3; }
span { border-color: rgb(210,221,227); }
td.TdClassName
{
border-color: #D2DDE3;
}
.TagClassName
{
border-color: #D2DDE3;
}
</style>