Shades of Pattens Blue #D5E5EC
Tints of Pattens Blue #D5E5EC
RGB
CMYK
RGB Variations
Color information
#D5E5EC (or 0xD5E5EC) is known color: Pattens Blue. HEX triplet: D5, E5 and EC. RGB value is (213,229,236). Sum of RGB (Red+Green+Blue) = 213+229+236=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E5EC is #2A1A13. Grayscale: #E0E0E0. Windows color (decimal): -2759188 or 15525333. OLE color: 15525333.
HSL color Cylindrical-coordinate representation of color #D5E5EC: hue angle of 198.26º 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 #D5E5EC is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 229 | 236 | - |
CMYK | 0.10 | 0.03 | 0 | 0.07 |
HSL | 198.26º | 0.38% | 0.88% | - |
HSV(B) | 198.26º | 0.1% | 0.93% | - |
XYZ | 70.6 | 76.24 | 90.35 | - |
YUV | 225.01 | 134.2 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 236 | 0.10 | 0.03 | 0 | 0.07 | 198.26 | 0.38 | 0.88 |
Hex | D5 | E5 | EC | A | 3 | 0 | 7 | C6 | 26 | 58 |
Octal | 325 | 345 | 354 | 12 | 3 | 0 | 7 | 306 | 46 | 130 |
Binary | 11010101 | 11100101 | 11101100 | 1010 | 11 | 0 | 111 | 11000110 | 100110 | 1011000 |
Color Harmonies of #D5E5EC
Complementary color
Monochromatic Colors of #D5E5EC
Black with #D5E5EC
Text Example
Text Example
White with #D5E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5EC; }
p { color: rgb(213,229,236); }
H1.HeaderClassName
{
color: #D5E5EC;
}
.AnyTagClassName
{
color: #D5E5EC;
}
</style>
background-color css
<style>
a { background-color: #D5E5EC; }
a { background-color: rgb(213,229,236); }
div.DivClassName
{
background-color: #D5E5EC;
}
.BgClassName
{
background-color: #D5E5EC;
}
</style>
border-color css
<style>
span { border-color: #D5E5EC; }
span { border-color: rgb(213,229,236); }
td.TdClassName
{
border-color: #D5E5EC;
}
.TagClassName
{
border-color: #D5E5EC;
}
</style>