Shades of Pattens Blue #D5EEF4
Tints of Pattens Blue #D5EEF4
RGB
CMYK
RGB Variations
Color information
#D5EEF4 (or 0xD5EEF4) is known color: Pattens Blue. HEX triplet: D5, EE and F4. RGB value is (213,238,244). Sum of RGB (Red+Green+Blue) = 213+238+244=695 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.65% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5EEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEF4 is #2A110B. Grayscale: #E7E7E7. Windows color (decimal): -2756876 or 16051925. OLE color: 16051925.
HSL color Cylindrical-coordinate representation of color #D5EEF4: hue angle of 191.61º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5EEF4 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 238 | 244 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.04 |
| HSL | 191.61º | 0.58% | 0.9% | - |
| HSV(B) | 191.61º | 0.13% | 0.96% | - |
| XYZ | 74.34 | 81.83 | 97.46 | - |
| YUV | 231.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 244 | 0.13 | 0.02 | 0 | 0.04 | 191.61 | 0.58 | 0.9 |
| Hex | D5 | EE | F4 | D | 2 | 0 | 4 | C0 | 3A | 5A |
| Octal | 325 | 356 | 364 | 15 | 2 | 0 | 4 | 300 | 72 | 132 |
| Binary | 11010101 | 11101110 | 11110100 | 1101 | 10 | 0 | 100 | 11000000 | 111010 | 1011010 |
Color Harmonies of #D5EEF4
Complementary color
Monochromatic Colors of #D5EEF4
Black with #D5EEF4
Text Example
Text Example
White with #D5EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEF4; }
p { color: rgb(213,238,244); }
H1.HeaderClassName
{
color: #D5EEF4;
}
.AnyTagClassName
{
color: #D5EEF4;
}
</style>
background-color css
<style>
a { background-color: #D5EEF4; }
a { background-color: rgb(213,238,244); }
div.DivClassName
{
background-color: #D5EEF4;
}
.BgClassName
{
background-color: #D5EEF4;
}
</style>
border-color css
<style>
span { border-color: #D5EEF4; }
span { border-color: rgb(213,238,244); }
td.TdClassName
{
border-color: #D5EEF4;
}
.TagClassName
{
border-color: #D5EEF4;
}
</style>