Shades of Pattens Blue #D5E4F4
Tints of Pattens Blue #D5E4F4
RGB
CMYK
RGB Variations
Color information
#D5E4F4 (or 0xD5E4F4) is known color: Pattens Blue. HEX triplet: D5, E4 and F4. RGB value is (213,228,244). Sum of RGB (Red+Green+Blue) = 213+228+244=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5E4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E4F4 is #2A1B0B. Grayscale: #E1E1E1. Windows color (decimal): -2759436 or 16049365. OLE color: 16049365.
HSL color Cylindrical-coordinate representation of color #D5E4F4: hue angle of 210.97º 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 #D5E4F4 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 213 | 228 | 244 | - |
CMYK | 0.13 | 0.07 | 0 | 0.04 |
HSL | 210.97º | 0.58% | 0.9% | - |
HSV(B) | 210.97º | 0.13% | 0.96% | - |
XYZ | 71.51 | 76.16 | 96.52 | - |
YUV | 225.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 244 | 0.13 | 0.07 | 0 | 0.04 | 210.97 | 0.58 | 0.9 |
Hex | D5 | E4 | F4 | D | 7 | 0 | 4 | D3 | 3A | 5A |
Octal | 325 | 344 | 364 | 15 | 7 | 0 | 4 | 323 | 72 | 132 |
Binary | 11010101 | 11100100 | 11110100 | 1101 | 111 | 0 | 100 | 11010011 | 111010 | 1011010 |
Color Harmonies of #D5E4F4
Complementary color
Monochromatic Colors of #D5E4F4
Black with #D5E4F4
Text Example
Text Example
White with #D5E4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4F4; }
p { color: rgb(213,228,244); }
H1.HeaderClassName
{
color: #D5E4F4;
}
.AnyTagClassName
{
color: #D5E4F4;
}
</style>
background-color css
<style>
a { background-color: #D5E4F4; }
a { background-color: rgb(213,228,244); }
div.DivClassName
{
background-color: #D5E4F4;
}
.BgClassName
{
background-color: #D5E4F4;
}
</style>
border-color css
<style>
span { border-color: #D5E4F4; }
span { border-color: rgb(213,228,244); }
td.TdClassName
{
border-color: #D5E4F4;
}
.TagClassName
{
border-color: #D5E4F4;
}
</style>