Shades of Pattens Blue #D5E6EC
Tints of Pattens Blue #D5E6EC
RGB
CMYK
RGB Variations
Color information
#D5E6EC (or 0xD5E6EC) is known color: Pattens Blue. HEX triplet: D5, E6 and EC. RGB value is (213,230,236). Sum of RGB (Red+Green+Blue) = 213+230+236=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5E6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E6EC is #2A1913. Grayscale: #E1E1E1. Windows color (decimal): -2758932 or 15525589. OLE color: 15525589.
HSL color Cylindrical-coordinate representation of color #D5E6EC: hue angle of 195.65º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5E6EC is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 230 | 236 | - |
CMYK | 0.10 | 0.03 | 0 | 0.07 |
HSL | 195.65º | 0.38% | 0.88% | - |
HSV(B) | 195.65º | 0.1% | 0.93% | - |
XYZ | 70.88 | 76.8 | 90.44 | - |
YUV | 225.6 | 133.87 | 119.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 230 | 236 | 0.10 | 0.03 | 0 | 0.07 | 195.65 | 0.38 | 0.88 |
Hex | D5 | E6 | EC | A | 3 | 0 | 7 | C4 | 26 | 58 |
Octal | 325 | 346 | 354 | 12 | 3 | 0 | 7 | 304 | 46 | 130 |
Binary | 11010101 | 11100110 | 11101100 | 1010 | 11 | 0 | 111 | 11000100 | 100110 | 1011000 |
Color Harmonies of #D5E6EC
Complementary color
Monochromatic Colors of #D5E6EC
Black with #D5E6EC
Text Example
Text Example
White with #D5E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E6EC; }
p { color: rgb(213,230,236); }
H1.HeaderClassName
{
color: #D5E6EC;
}
.AnyTagClassName
{
color: #D5E6EC;
}
</style>
background-color css
<style>
a { background-color: #D5E6EC; }
a { background-color: rgb(213,230,236); }
div.DivClassName
{
background-color: #D5E6EC;
}
.BgClassName
{
background-color: #D5E6EC;
}
</style>
border-color css
<style>
span { border-color: #D5E6EC; }
span { border-color: rgb(213,230,236); }
td.TdClassName
{
border-color: #D5E6EC;
}
.TagClassName
{
border-color: #D5E6EC;
}
</style>