Shades of Pattens Blue #D5E4ED
Tints of Pattens Blue #D5E4ED
RGB
CMYK
RGB Variations
Color information
#D5E4ED (or 0xD5E4ED) is known color: Pattens Blue. HEX triplet: D5, E4 and ED. RGB value is (213,228,237). Sum of RGB (Red+Green+Blue) = 213+228+237=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E4ED is #2A1B12. Grayscale: #E0E0E0. Windows color (decimal): -2759443 or 15590613. OLE color: 15590613.
HSL color Cylindrical-coordinate representation of color #D5E4ED: hue angle of 202.5º 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 #D5E4ED is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 228 | 237 | - |
CMYK | 0.10 | 0.04 | 0 | 0.07 |
HSL | 202.5º | 0.4% | 0.88% | - |
HSV(B) | 202.5º | 0.1% | 0.93% | - |
XYZ | 70.47 | 75.75 | 91.03 | - |
YUV | 224.54 | 135.03 | 119.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 237 | 0.10 | 0.04 | 0 | 0.07 | 202.5 | 0.4 | 0.88 |
Hex | D5 | E4 | ED | A | 4 | 0 | 7 | CA | 28 | 58 |
Octal | 325 | 344 | 355 | 12 | 4 | 0 | 7 | 312 | 50 | 130 |
Binary | 11010101 | 11100100 | 11101101 | 1010 | 100 | 0 | 111 | 11001010 | 101000 | 1011000 |
Color Harmonies of #D5E4ED
Complementary color
Monochromatic Colors of #D5E4ED
Black with #D5E4ED
Text Example
Text Example
White with #D5E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4ED; }
p { color: rgb(213,228,237); }
H1.HeaderClassName
{
color: #D5E4ED;
}
.AnyTagClassName
{
color: #D5E4ED;
}
</style>
background-color css
<style>
a { background-color: #D5E4ED; }
a { background-color: rgb(213,228,237); }
div.DivClassName
{
background-color: #D5E4ED;
}
.BgClassName
{
background-color: #D5E4ED;
}
</style>
border-color css
<style>
span { border-color: #D5E4ED; }
span { border-color: rgb(213,228,237); }
td.TdClassName
{
border-color: #D5E4ED;
}
.TagClassName
{
border-color: #D5E4ED;
}
</style>