Shades of Pattens Blue #D5E3ED
Tints of Pattens Blue #D5E3ED
RGB
CMYK
RGB Variations
Color information
#D5E3ED (or 0xD5E3ED) is known color: Pattens Blue. HEX triplet: D5, E3 and ED. RGB value is (213,227,237). Sum of RGB (Red+Green+Blue) = 213+227+237=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5E3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E3ED is #2A1C12. Grayscale: #DFDFDF. Windows color (decimal): -2759699 or 15590357. OLE color: 15590357.
HSL color Cylindrical-coordinate representation of color #D5E3ED: hue angle of 205º 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 #D5E3ED is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 227 | 237 | - |
CMYK | 0.10 | 0.04 | 0 | 0.07 |
HSL | 205º | 0.4% | 0.88% | - |
HSV(B) | 205º | 0.1% | 0.93% | - |
XYZ | 70.2 | 75.2 | 90.94 | - |
YUV | 223.95 | 135.36 | 120.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 227 | 237 | 0.10 | 0.04 | 0 | 0.07 | 205 | 0.4 | 0.88 |
Hex | D5 | E3 | ED | A | 4 | 0 | 7 | CD | 28 | 58 |
Octal | 325 | 343 | 355 | 12 | 4 | 0 | 7 | 315 | 50 | 130 |
Binary | 11010101 | 11100011 | 11101101 | 1010 | 100 | 0 | 111 | 11001101 | 101000 | 1011000 |
Color Harmonies of #D5E3ED
Complementary color
Monochromatic Colors of #D5E3ED
Black with #D5E3ED
Text Example
Text Example
White with #D5E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3ED; }
p { color: rgb(213,227,237); }
H1.HeaderClassName
{
color: #D5E3ED;
}
.AnyTagClassName
{
color: #D5E3ED;
}
</style>
background-color css
<style>
a { background-color: #D5E3ED; }
a { background-color: rgb(213,227,237); }
div.DivClassName
{
background-color: #D5E3ED;
}
.BgClassName
{
background-color: #D5E3ED;
}
</style>
border-color css
<style>
span { border-color: #D5E3ED; }
span { border-color: rgb(213,227,237); }
td.TdClassName
{
border-color: #D5E3ED;
}
.TagClassName
{
border-color: #D5E3ED;
}
</style>