Shades of Pattens Blue #D7E5ED
Tints of Pattens Blue #D7E5ED
RGB
CMYK
RGB Variations
Color information
#D7E5ED (or 0xD7E5ED) is known color: Pattens Blue. HEX triplet: D7, E5 and ED. RGB value is (215,229,237). Sum of RGB (Red+Green+Blue) = 215+229+237=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7E5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E5ED is #281A12. Grayscale: #E1E1E1. Windows color (decimal): -2628115 or 15590871. OLE color: 15590871.
HSL color Cylindrical-coordinate representation of color #D7E5ED: hue angle of 201.82º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7E5ED is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 229 | 237 | - |
CMYK | 0.09 | 0.03 | 0 | 0.07 |
HSL | 201.82º | 0.38% | 0.89% | - |
HSV(B) | 201.82º | 0.09% | 0.93% | - |
XYZ | 71.33 | 76.6 | 91.15 | - |
YUV | 225.73 | 134.36 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 229 | 237 | 0.09 | 0.03 | 0 | 0.07 | 201.82 | 0.38 | 0.89 |
Hex | D7 | E5 | ED | 9 | 3 | 0 | 7 | CA | 26 | 59 |
Octal | 327 | 345 | 355 | 11 | 3 | 0 | 7 | 312 | 46 | 131 |
Binary | 11010111 | 11100101 | 11101101 | 1001 | 11 | 0 | 111 | 11001010 | 100110 | 1011001 |
Color Harmonies of #D7E5ED
Complementary color
Monochromatic Colors of #D7E5ED
Black with #D7E5ED
Text Example
Text Example
White with #D7E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E5ED; }
p { color: rgb(215,229,237); }
H1.HeaderClassName
{
color: #D7E5ED;
}
.AnyTagClassName
{
color: #D7E5ED;
}
</style>
background-color css
<style>
a { background-color: #D7E5ED; }
a { background-color: rgb(215,229,237); }
div.DivClassName
{
background-color: #D7E5ED;
}
.BgClassName
{
background-color: #D7E5ED;
}
</style>
border-color css
<style>
span { border-color: #D7E5ED; }
span { border-color: rgb(215,229,237); }
td.TdClassName
{
border-color: #D7E5ED;
}
.TagClassName
{
border-color: #D7E5ED;
}
</style>