Shades of Pattens Blue #D2DEE5
Tints of Pattens Blue #D2DEE5
RGB
CMYK
RGB Variations
Color information
#D2DEE5 (or 0xD2DEE5) is known color: Pattens Blue. HEX triplet: D2, DE and E5. RGB value is (210,222,229). Sum of RGB (Red+Green+Blue) = 210+222+229=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEE5 is #2D211A. Grayscale: #DBDBDB. Windows color (decimal): -2957595 or 15064786. OLE color: 15064786.
HSL color Cylindrical-coordinate representation of color #D2DEE5: hue angle of 202.11º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2DEE5 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 222 | 229 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.10 |
| HSL | 202.11º | 0.27% | 0.86% | - |
| HSV(B) | 202.11º | 0.08% | 0.9% | - |
| XYZ | 66.84 | 71.6 | 84.43 | - |
| YUV | 219.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 229 | 0.08 | 0.03 | 0 | 0.10 | 202.11 | 0.27 | 0.86 |
| Hex | D2 | DE | E5 | 8 | 3 | 0 | A | CA | 1B | 56 |
| Octal | 322 | 336 | 345 | 10 | 3 | 0 | 12 | 312 | 33 | 126 |
| Binary | 11010010 | 11011110 | 11100101 | 1000 | 11 | 0 | 1010 | 11001010 | 11011 | 1010110 |
Color Harmonies of #D2DEE5
Complementary color
Monochromatic Colors of #D2DEE5
Black with #D2DEE5
Text Example
Text Example
White with #D2DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEE5; }
p { color: rgb(210,222,229); }
H1.HeaderClassName
{
color: #D2DEE5;
}
.AnyTagClassName
{
color: #D2DEE5;
}
</style>
background-color css
<style>
a { background-color: #D2DEE5; }
a { background-color: rgb(210,222,229); }
div.DivClassName
{
background-color: #D2DEE5;
}
.BgClassName
{
background-color: #D2DEE5;
}
</style>
border-color css
<style>
span { border-color: #D2DEE5; }
span { border-color: rgb(210,222,229); }
td.TdClassName
{
border-color: #D2DEE5;
}
.TagClassName
{
border-color: #D2DEE5;
}
</style>