Shades of Pattens Blue #D4E7FF
Tints of Pattens Blue #D4E7FF
RGB
CMYK
RGB Variations
Color information
#D4E7FF (or 0xD4E7FF) is known color: Pattens Blue. HEX triplet: D4, E7 and FF. RGB value is (212,231,255). Sum of RGB (Red+Green+Blue) = 212+231+255=698 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.37% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E7FF is #2B1800. Grayscale: #E3E3E3. Windows color (decimal): -2824193 or 16771028. OLE color: 16771028.
HSL color Cylindrical-coordinate representation of color #D4E7FF: hue angle of 213.49º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4E7FF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 231 | 255 | - |
| CMYK | 0.17 | 0.09 | 0 | 0 |
| HSL | 213.49º | 1% | 0.92% | - |
| HSV(B) | 213.49º | 0.17% | 1% | - |
| XYZ | 73.78 | 78.37 | 105.85 | - |
| YUV | 228.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 255 | 0.17 | 0.09 | 0 | 0 | 213.49 | 1 | 0.92 |
| Hex | D4 | E7 | FF | 11 | 9 | 0 | 0 | D5 | 64 | 5C |
| Octal | 324 | 347 | 377 | 21 | 11 | 0 | 0 | 325 | 144 | 134 |
| Binary | 11010100 | 11100111 | 11111111 | 10001 | 1001 | 0 | 0 | 11010101 | 1100100 | 1011100 |
Color Harmonies of #D4E7FF
Complementary color
Monochromatic Colors of #D4E7FF
Black with #D4E7FF
Text Example
Text Example
White with #D4E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E7FF; }
p { color: rgb(212,231,255); }
H1.HeaderClassName
{
color: #D4E7FF;
}
.AnyTagClassName
{
color: #D4E7FF;
}
</style>
background-color css
<style>
a { background-color: #D4E7FF; }
a { background-color: rgb(212,231,255); }
div.DivClassName
{
background-color: #D4E7FF;
}
.BgClassName
{
background-color: #D4E7FF;
}
</style>
border-color css
<style>
span { border-color: #D4E7FF; }
span { border-color: rgb(212,231,255); }
td.TdClassName
{
border-color: #D4E7FF;
}
.TagClassName
{
border-color: #D4E7FF;
}
</style>