Shades of Pattens Blue #D4EDFF
Tints of Pattens Blue #D4EDFF
RGB
CMYK
RGB Variations
Color information
#D4EDFF (or 0xD4EDFF) is known color: Pattens Blue. HEX triplet: D4, ED and FF. RGB value is (212,237,255). Sum of RGB (Red+Green+Blue) = 212+237+255=704 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.11% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDFF is #2B1200. Grayscale: #E7E7E7. Windows color (decimal): -2822657 or 16772564. OLE color: 16772564.
HSL color Cylindrical-coordinate representation of color #D4EDFF: hue angle of 205.12º 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 #D4EDFF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 237 | 255 | - |
| CMYK | 0.17 | 0.07 | 0 | 0 |
| HSL | 205.12º | 1% | 0.92% | - |
| HSV(B) | 205.12º | 0.17% | 1% | - |
| XYZ | 75.49 | 81.79 | 106.42 | - |
| YUV | 231.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 255 | 0.17 | 0.07 | 0 | 0 | 205.12 | 1 | 0.92 |
| Hex | D4 | ED | FF | 11 | 7 | 0 | 0 | CD | 64 | 5C |
| Octal | 324 | 355 | 377 | 21 | 7 | 0 | 0 | 315 | 144 | 134 |
| Binary | 11010100 | 11101101 | 11111111 | 10001 | 111 | 0 | 0 | 11001101 | 1100100 | 1011100 |
Color Harmonies of #D4EDFF
Complementary color
Monochromatic Colors of #D4EDFF
Black with #D4EDFF
Text Example
Text Example
White with #D4EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDFF; }
p { color: rgb(212,237,255); }
H1.HeaderClassName
{
color: #D4EDFF;
}
.AnyTagClassName
{
color: #D4EDFF;
}
</style>
background-color css
<style>
a { background-color: #D4EDFF; }
a { background-color: rgb(212,237,255); }
div.DivClassName
{
background-color: #D4EDFF;
}
.BgClassName
{
background-color: #D4EDFF;
}
</style>
border-color css
<style>
span { border-color: #D4EDFF; }
span { border-color: rgb(212,237,255); }
td.TdClassName
{
border-color: #D4EDFF;
}
.TagClassName
{
border-color: #D4EDFF;
}
</style>