Shades of Pattens Blue #D2DCE5
Tints of Pattens Blue #D2DCE5
RGB
CMYK
RGB Variations
Color information
#D2DCE5 (or 0xD2DCE5) is known color: Pattens Blue. HEX triplet: D2, DC and E5. RGB value is (210,220,229). Sum of RGB (Red+Green+Blue) = 210+220+229=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCE5 is #2D231A. Grayscale: #D9D9D9. Windows color (decimal): -2958107 or 15064274. OLE color: 15064274.
HSL color Cylindrical-coordinate representation of color #D2DCE5: hue angle of 208.42º 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 #D2DCE5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 210 | 220 | 229 | - |
CMYK | 0.08 | 0.04 | 0 | 0.10 |
HSL | 208.42º | 0.27% | 0.86% | - |
HSV(B) | 208.42º | 0.08% | 0.9% | - |
XYZ | 66.31 | 70.55 | 84.25 | - |
YUV | 218.04 | 134.19 | 122.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 220 | 229 | 0.08 | 0.04 | 0 | 0.10 | 208.42 | 0.27 | 0.86 |
Hex | D2 | DC | E5 | 8 | 4 | 0 | A | D0 | 1B | 56 |
Octal | 322 | 334 | 345 | 10 | 4 | 0 | 12 | 320 | 33 | 126 |
Binary | 11010010 | 11011100 | 11100101 | 1000 | 100 | 0 | 1010 | 11010000 | 11011 | 1010110 |
Color Harmonies of #D2DCE5
Complementary color
Monochromatic Colors of #D2DCE5
Black with #D2DCE5
Text Example
Text Example
White with #D2DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCE5; }
p { color: rgb(210,220,229); }
H1.HeaderClassName
{
color: #D2DCE5;
}
.AnyTagClassName
{
color: #D2DCE5;
}
</style>
background-color css
<style>
a { background-color: #D2DCE5; }
a { background-color: rgb(210,220,229); }
div.DivClassName
{
background-color: #D2DCE5;
}
.BgClassName
{
background-color: #D2DCE5;
}
</style>
border-color css
<style>
span { border-color: #D2DCE5; }
span { border-color: rgb(210,220,229); }
td.TdClassName
{
border-color: #D2DCE5;
}
.TagClassName
{
border-color: #D2DCE5;
}
</style>