Shades of Pattens Blue #D4E8FD
Tints of Pattens Blue #D4E8FD
RGB
CMYK
RGB Variations
Color information
#D4E8FD (or 0xD4E8FD) is known color: Pattens Blue. HEX triplet: D4, E8 and FD. RGB value is (212,232,253). Sum of RGB (Red+Green+Blue) = 212+232+253=697 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.42% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4E8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E8FD is #2B1702. Grayscale: #E4E4E4. Windows color (decimal): -2823939 or 16640212. OLE color: 16640212.
HSL color Cylindrical-coordinate representation of color #D4E8FD: hue angle of 210.73º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4E8FD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 232 | 253 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.01 |
| HSL | 210.73º | 0.91% | 0.91% | - |
| HSV(B) | 210.73º | 0.16% | 0.99% | - |
| XYZ | 73.74 | 78.8 | 104.25 | - |
| YUV | 228.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 232 | 253 | 0.16 | 0.08 | 0 | 0.01 | 210.73 | 0.91 | 0.91 |
| Hex | D4 | E8 | FD | 10 | 8 | 0 | 1 | D3 | 5B | 5B |
| Octal | 324 | 350 | 375 | 20 | 10 | 0 | 1 | 323 | 133 | 133 |
| Binary | 11010100 | 11101000 | 11111101 | 10000 | 1000 | 0 | 1 | 11010011 | 1011011 | 1011011 |
Color Harmonies of #D4E8FD
Complementary color
Monochromatic Colors of #D4E8FD
Black with #D4E8FD
Text Example
Text Example
White with #D4E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E8FD; }
p { color: rgb(212,232,253); }
H1.HeaderClassName
{
color: #D4E8FD;
}
.AnyTagClassName
{
color: #D4E8FD;
}
</style>
background-color css
<style>
a { background-color: #D4E8FD; }
a { background-color: rgb(212,232,253); }
div.DivClassName
{
background-color: #D4E8FD;
}
.BgClassName
{
background-color: #D4E8FD;
}
</style>
border-color css
<style>
span { border-color: #D4E8FD; }
span { border-color: rgb(212,232,253); }
td.TdClassName
{
border-color: #D4E8FD;
}
.TagClassName
{
border-color: #D4E8FD;
}
</style>