Shades of Pattens Blue #D2DFED
Tints of Pattens Blue #D2DFED
RGB
CMYK
RGB Variations
Color information
#D2DFED (or 0xD2DFED) is known color: Pattens Blue. HEX triplet: D2, DF and ED. RGB value is (210,223,237). Sum of RGB (Red+Green+Blue) = 210+223+237=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFED is #2D2012. Grayscale: #DCDCDC. Windows color (decimal): -2957331 or 15589330. OLE color: 15589330.
HSL color Cylindrical-coordinate representation of color #D2DFED: hue angle of 211.11º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DFED is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 223 | 237 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.07 |
| HSL | 211.11º | 0.43% | 0.88% | - |
| HSV(B) | 211.11º | 0.11% | 0.93% | - |
| XYZ | 68.25 | 72.59 | 90.54 | - |
| YUV | 220.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 237 | 0.11 | 0.06 | 0 | 0.07 | 211.11 | 0.43 | 0.88 |
| Hex | D2 | DF | ED | B | 6 | 0 | 7 | D3 | 2B | 58 |
| Octal | 322 | 337 | 355 | 13 | 6 | 0 | 7 | 323 | 53 | 130 |
| Binary | 11010010 | 11011111 | 11101101 | 1011 | 110 | 0 | 111 | 11010011 | 101011 | 1011000 |
Color Harmonies of #D2DFED
Complementary color
Monochromatic Colors of #D2DFED
Black with #D2DFED
Text Example
Text Example
White with #D2DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFED; }
p { color: rgb(210,223,237); }
H1.HeaderClassName
{
color: #D2DFED;
}
.AnyTagClassName
{
color: #D2DFED;
}
</style>
background-color css
<style>
a { background-color: #D2DFED; }
a { background-color: rgb(210,223,237); }
div.DivClassName
{
background-color: #D2DFED;
}
.BgClassName
{
background-color: #D2DFED;
}
</style>
border-color css
<style>
span { border-color: #D2DFED; }
span { border-color: rgb(210,223,237); }
td.TdClassName
{
border-color: #D2DFED;
}
.TagClassName
{
border-color: #D2DFED;
}
</style>