Shades of Pattens Blue #D5EEF8
Tints of Pattens Blue #D5EEF8
RGB
CMYK
RGB Variations
Color information
#D5EEF8 (or 0xD5EEF8) is known color: Pattens Blue. HEX triplet: D5, EE and F8. RGB value is (213,238,248). Sum of RGB (Red+Green+Blue) = 213+238+248=699 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.47% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5EEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEF8 is #2A1107. Grayscale: #E7E7E7. Windows color (decimal): -2756872 or 16314069. OLE color: 16314069.
HSL color Cylindrical-coordinate representation of color #D5EEF8: hue angle of 197.14º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5EEF8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 213 | 238 | 248 | - |
CMYK | 0.14 | 0.04 | 0 | 0.03 |
HSL | 197.14º | 0.71% | 0.9% | - |
HSV(B) | 197.14º | 0.14% | 0.97% | - |
XYZ | 74.96 | 82.07 | 100.7 | - |
YUV | 231.67 | 137.22 | 114.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 238 | 248 | 0.14 | 0.04 | 0 | 0.03 | 197.14 | 0.71 | 0.9 |
Hex | D5 | EE | F8 | E | 4 | 0 | 3 | C5 | 47 | 5A |
Octal | 325 | 356 | 370 | 16 | 4 | 0 | 3 | 305 | 107 | 132 |
Binary | 11010101 | 11101110 | 11111000 | 1110 | 100 | 0 | 11 | 11000101 | 1000111 | 1011010 |
Color Harmonies of #D5EEF8
Complementary color
Monochromatic Colors of #D5EEF8
Black with #D5EEF8
Text Example
Text Example
White with #D5EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEF8; }
p { color: rgb(213,238,248); }
H1.HeaderClassName
{
color: #D5EEF8;
}
.AnyTagClassName
{
color: #D5EEF8;
}
</style>
background-color css
<style>
a { background-color: #D5EEF8; }
a { background-color: rgb(213,238,248); }
div.DivClassName
{
background-color: #D5EEF8;
}
.BgClassName
{
background-color: #D5EEF8;
}
</style>
border-color css
<style>
span { border-color: #D5EEF8; }
span { border-color: rgb(213,238,248); }
td.TdClassName
{
border-color: #D5EEF8;
}
.TagClassName
{
border-color: #D5EEF8;
}
</style>