Shades of Pattens Blue #D4E7FE
Tints of Pattens Blue #D4E7FE
RGB
CMYK
RGB Variations
Color information
#D4E7FE (or 0xD4E7FE) is known color: Pattens Blue. HEX triplet: D4, E7 and FE. RGB value is (212,231,254). Sum of RGB (Red+Green+Blue) = 212+231+254=697 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.42% from 697); Green value is 231 (90.62% from 255 or 33.14% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E7FE is #2B1801. Grayscale: #E3E3E3. Windows color (decimal): -2824194 or 16705492. OLE color: 16705492.
HSL color Cylindrical-coordinate representation of color #D4E7FE: hue angle of 212.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4E7FE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 231 | 254 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.00 |
| HSL | 212.86º | 0.95% | 0.91% | - |
| HSV(B) | 212.86º | 0.17% | 1% | - |
| XYZ | 73.62 | 78.3 | 105 | - |
| YUV | 227.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 254 | 0.17 | 0.09 | 0 | 0.00 | 212.86 | 0.95 | 0.91 |
| Hex | D4 | E7 | FE | 11 | 9 | 0 | 0 | D5 | 5F | 5B |
| Octal | 324 | 347 | 376 | 21 | 11 | 0 | 0 | 325 | 137 | 133 |
| Binary | 11010100 | 11100111 | 11111110 | 10001 | 1001 | 0 | 0 | 11010101 | 1011111 | 1011011 |
Color Harmonies of #D4E7FE
Complementary color
Monochromatic Colors of #D4E7FE
Black with #D4E7FE
Text Example
Text Example
White with #D4E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E7FE; }
p { color: rgb(212,231,254); }
H1.HeaderClassName
{
color: #D4E7FE;
}
.AnyTagClassName
{
color: #D4E7FE;
}
</style>
background-color css
<style>
a { background-color: #D4E7FE; }
a { background-color: rgb(212,231,254); }
div.DivClassName
{
background-color: #D4E7FE;
}
.BgClassName
{
background-color: #D4E7FE;
}
</style>
border-color css
<style>
span { border-color: #D4E7FE; }
span { border-color: rgb(212,231,254); }
td.TdClassName
{
border-color: #D4E7FE;
}
.TagClassName
{
border-color: #D4E7FE;
}
</style>