Shades of Pattens Blue #D5E0EA
Tints of Pattens Blue #D5E0EA
RGB
CMYK
RGB Variations
Color information
#D5E0EA (or 0xD5E0EA) is known color: Pattens Blue. HEX triplet: D5, E0 and EA. RGB value is (213,224,234). Sum of RGB (Red+Green+Blue) = 213+224+234=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E0EA is #2A1F15. Grayscale: #DDDDDD. Windows color (decimal): -2760470 or 15392981. OLE color: 15392981.
HSL color Cylindrical-coordinate representation of color #D5E0EA: hue angle of 208.57º degrees, saturation: 0.33, 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 #D5E0EA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 224 | 234 | - |
CMYK | 0.09 | 0.04 | 0 | 0.08 |
HSL | 208.57º | 0.33% | 0.88% | - |
HSV(B) | 208.57º | 0.09% | 0.92% | - |
XYZ | 68.95 | 73.4 | 88.38 | - |
YUV | 221.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 224 | 234 | 0.09 | 0.04 | 0 | 0.08 | 208.57 | 0.33 | 0.88 |
Hex | D5 | E0 | EA | 9 | 4 | 0 | 8 | D1 | 21 | 58 |
Octal | 325 | 340 | 352 | 11 | 4 | 0 | 10 | 321 | 41 | 130 |
Binary | 11010101 | 11100000 | 11101010 | 1001 | 100 | 0 | 1000 | 11010001 | 100001 | 1011000 |
Color Harmonies of #D5E0EA
Complementary color
Monochromatic Colors of #D5E0EA
Black with #D5E0EA
Text Example
Text Example
White with #D5E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0EA; }
p { color: rgb(213,224,234); }
H1.HeaderClassName
{
color: #D5E0EA;
}
.AnyTagClassName
{
color: #D5E0EA;
}
</style>
background-color css
<style>
a { background-color: #D5E0EA; }
a { background-color: rgb(213,224,234); }
div.DivClassName
{
background-color: #D5E0EA;
}
.BgClassName
{
background-color: #D5E0EA;
}
</style>
border-color css
<style>
span { border-color: #D5E0EA; }
span { border-color: rgb(213,224,234); }
td.TdClassName
{
border-color: #D5E0EA;
}
.TagClassName
{
border-color: #D5E0EA;
}
</style>