Shades of Pattens Blue #D3DEE5
Tints of Pattens Blue #D3DEE5
RGB
CMYK
RGB Variations
Color information
#D3DEE5 (or 0xD3DEE5) is known color: Pattens Blue. HEX triplet: D3, DE and E5. RGB value is (211,222,229). Sum of RGB (Red+Green+Blue) = 211+222+229=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEE5 is #2C211A. Grayscale: #DBDBDB. Windows color (decimal): -2892059 or 15064787. OLE color: 15064787.
HSL color Cylindrical-coordinate representation of color #D3DEE5: hue angle of 203.33º degrees, saturation: 0.26, 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 #D3DEE5 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 222 | 229 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.10 |
| HSL | 203.33º | 0.26% | 0.86% | - |
| HSV(B) | 203.33º | 0.08% | 0.9% | - |
| XYZ | 67.13 | 71.75 | 84.44 | - |
| YUV | 219.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 229 | 0.08 | 0.03 | 0 | 0.10 | 203.33 | 0.26 | 0.86 |
| Hex | D3 | DE | E5 | 8 | 3 | 0 | A | CB | 1A | 56 |
| Octal | 323 | 336 | 345 | 10 | 3 | 0 | 12 | 313 | 32 | 126 |
| Binary | 11010011 | 11011110 | 11100101 | 1000 | 11 | 0 | 1010 | 11001011 | 11010 | 1010110 |
Color Harmonies of #D3DEE5
Complementary color
Monochromatic Colors of #D3DEE5
Black with #D3DEE5
Text Example
Text Example
White with #D3DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEE5; }
p { color: rgb(211,222,229); }
H1.HeaderClassName
{
color: #D3DEE5;
}
.AnyTagClassName
{
color: #D3DEE5;
}
</style>
background-color css
<style>
a { background-color: #D3DEE5; }
a { background-color: rgb(211,222,229); }
div.DivClassName
{
background-color: #D3DEE5;
}
.BgClassName
{
background-color: #D3DEE5;
}
</style>
border-color css
<style>
span { border-color: #D3DEE5; }
span { border-color: rgb(211,222,229); }
td.TdClassName
{
border-color: #D3DEE5;
}
.TagClassName
{
border-color: #D3DEE5;
}
</style>