Shades of Pattens Blue #D5E5EB
Tints of Pattens Blue #D5E5EB
RGB
CMYK
RGB Variations
Color information
#D5E5EB (or 0xD5E5EB) is known color: Pattens Blue. HEX triplet: D5, E5 and EB. RGB value is (213,229,235). Sum of RGB (Red+Green+Blue) = 213+229+235=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E5EB is #2A1A14. Grayscale: #E0E0E0. Windows color (decimal): -2759189 or 15459797. OLE color: 15459797.
HSL color Cylindrical-coordinate representation of color #D5E5EB: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E5EB is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 229 | 235 | - |
CMYK | 0.09 | 0.03 | 0 | 0.08 |
HSL | 196.36º | 0.35% | 0.88% | - |
HSV(B) | 196.36º | 0.09% | 0.92% | - |
XYZ | 70.46 | 76.18 | 89.59 | - |
YUV | 224.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 235 | 0.09 | 0.03 | 0 | 0.08 | 196.36 | 0.35 | 0.88 |
Hex | D5 | E5 | EB | 9 | 3 | 0 | 8 | C4 | 23 | 58 |
Octal | 325 | 345 | 353 | 11 | 3 | 0 | 10 | 304 | 43 | 130 |
Binary | 11010101 | 11100101 | 11101011 | 1001 | 11 | 0 | 1000 | 11000100 | 100011 | 1011000 |
Color Harmonies of #D5E5EB
Complementary color
Monochromatic Colors of #D5E5EB
Black with #D5E5EB
Text Example
Text Example
White with #D5E5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5EB; }
p { color: rgb(213,229,235); }
H1.HeaderClassName
{
color: #D5E5EB;
}
.AnyTagClassName
{
color: #D5E5EB;
}
</style>
background-color css
<style>
a { background-color: #D5E5EB; }
a { background-color: rgb(213,229,235); }
div.DivClassName
{
background-color: #D5E5EB;
}
.BgClassName
{
background-color: #D5E5EB;
}
</style>
border-color css
<style>
span { border-color: #D5E5EB; }
span { border-color: rgb(213,229,235); }
td.TdClassName
{
border-color: #D5E5EB;
}
.TagClassName
{
border-color: #D5E5EB;
}
</style>