Shades of Pattens Blue #D5E5ED
Tints of Pattens Blue #D5E5ED
RGB
CMYK
RGB Variations
Color information
#D5E5ED (or 0xD5E5ED) is known color: Pattens Blue. HEX triplet: D5, E5 and ED. RGB value is (213,229,237). Sum of RGB (Red+Green+Blue) = 213+229+237=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5E5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E5ED is #2A1A12. Grayscale: #E1E1E1. Windows color (decimal): -2759187 or 15590869. OLE color: 15590869.
HSL color Cylindrical-coordinate representation of color #D5E5ED: hue angle of 200º degrees, saturation: 0.4, 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 #D5E5ED is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 229 | 237 | - |
CMYK | 0.10 | 0.03 | 0 | 0.07 |
HSL | 200º | 0.4% | 0.88% | - |
HSV(B) | 200º | 0.1% | 0.93% | - |
XYZ | 70.75 | 76.3 | 91.12 | - |
YUV | 225.13 | 134.7 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 237 | 0.10 | 0.03 | 0 | 0.07 | 200 | 0.4 | 0.88 |
Hex | D5 | E5 | ED | A | 3 | 0 | 7 | C8 | 28 | 58 |
Octal | 325 | 345 | 355 | 12 | 3 | 0 | 7 | 310 | 50 | 130 |
Binary | 11010101 | 11100101 | 11101101 | 1010 | 11 | 0 | 111 | 11001000 | 101000 | 1011000 |
Color Harmonies of #D5E5ED
Complementary color
Monochromatic Colors of #D5E5ED
Black with #D5E5ED
Text Example
Text Example
White with #D5E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5ED; }
p { color: rgb(213,229,237); }
H1.HeaderClassName
{
color: #D5E5ED;
}
.AnyTagClassName
{
color: #D5E5ED;
}
</style>
background-color css
<style>
a { background-color: #D5E5ED; }
a { background-color: rgb(213,229,237); }
div.DivClassName
{
background-color: #D5E5ED;
}
.BgClassName
{
background-color: #D5E5ED;
}
</style>
border-color css
<style>
span { border-color: #D5E5ED; }
span { border-color: rgb(213,229,237); }
td.TdClassName
{
border-color: #D5E5ED;
}
.TagClassName
{
border-color: #D5E5ED;
}
</style>