Shades of Pattens Blue #D5E2E8
Tints of Pattens Blue #D5E2E8
RGB
CMYK
RGB Variations
Color information
#D5E2E8 (or 0xD5E2E8) is known color: Pattens Blue. HEX triplet: D5, E2 and E8. RGB value is (213,226,232). Sum of RGB (Red+Green+Blue) = 213+226+232=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5E2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E2E8 is #2A1D17. Grayscale: #DEDEDE. Windows color (decimal): -2759960 or 15262421. OLE color: 15262421.
HSL color Cylindrical-coordinate representation of color #D5E2E8: hue angle of 198.95º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5E2E8 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 226 | 232 | - |
CMYK | 0.08 | 0.03 | 0 | 0.09 |
HSL | 198.95º | 0.29% | 0.87% | - |
HSV(B) | 198.95º | 0.08% | 0.91% | - |
XYZ | 69.2 | 74.37 | 87.05 | - |
YUV | 222.8 | 133.19 | 121.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 226 | 232 | 0.08 | 0.03 | 0 | 0.09 | 198.95 | 0.29 | 0.87 |
Hex | D5 | E2 | E8 | 8 | 3 | 0 | 9 | C7 | 1D | 57 |
Octal | 325 | 342 | 350 | 10 | 3 | 0 | 11 | 307 | 35 | 127 |
Binary | 11010101 | 11100010 | 11101000 | 1000 | 11 | 0 | 1001 | 11000111 | 11101 | 1010111 |
Color Harmonies of #D5E2E8
Complementary color
Monochromatic Colors of #D5E2E8
Black with #D5E2E8
Text Example
Text Example
White with #D5E2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E2E8; }
p { color: rgb(213,226,232); }
H1.HeaderClassName
{
color: #D5E2E8;
}
.AnyTagClassName
{
color: #D5E2E8;
}
</style>
background-color css
<style>
a { background-color: #D5E2E8; }
a { background-color: rgb(213,226,232); }
div.DivClassName
{
background-color: #D5E2E8;
}
.BgClassName
{
background-color: #D5E2E8;
}
</style>
border-color css
<style>
span { border-color: #D5E2E8; }
span { border-color: rgb(213,226,232); }
td.TdClassName
{
border-color: #D5E2E8;
}
.TagClassName
{
border-color: #D5E2E8;
}
</style>