Shades of Pattens Blue #D4EAFF
Tints of Pattens Blue #D4EAFF
RGB
CMYK
RGB Variations
Color information
#D4EAFF (or 0xD4EAFF) is known color: Pattens Blue. HEX triplet: D4, EA and FF. RGB value is (212,234,255). Sum of RGB (Red+Green+Blue) = 212+234+255=701 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.24% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAFF is #2B1500. Grayscale: #E5E5E5. Windows color (decimal): -2823425 or 16771796. OLE color: 16771796.
HSL color Cylindrical-coordinate representation of color #D4EAFF: hue angle of 209.3º 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 #D4EAFF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 234 | 255 | - |
| CMYK | 0.17 | 0.08 | 0 | 0 |
| HSL | 209.3º | 1% | 0.92% | - |
| HSV(B) | 209.3º | 0.17% | 1% | - |
| XYZ | 74.62 | 80.06 | 106.13 | - |
| YUV | 229.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 255 | 0.17 | 0.08 | 0 | 0 | 209.3 | 1 | 0.92 |
| Hex | D4 | EA | FF | 11 | 8 | 0 | 0 | D1 | 64 | 5C |
| Octal | 324 | 352 | 377 | 21 | 10 | 0 | 0 | 321 | 144 | 134 |
| Binary | 11010100 | 11101010 | 11111111 | 10001 | 1000 | 0 | 0 | 11010001 | 1100100 | 1011100 |
Color Harmonies of #D4EAFF
Complementary color
Monochromatic Colors of #D4EAFF
Black with #D4EAFF
Text Example
Text Example
White with #D4EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAFF; }
p { color: rgb(212,234,255); }
H1.HeaderClassName
{
color: #D4EAFF;
}
.AnyTagClassName
{
color: #D4EAFF;
}
</style>
background-color css
<style>
a { background-color: #D4EAFF; }
a { background-color: rgb(212,234,255); }
div.DivClassName
{
background-color: #D4EAFF;
}
.BgClassName
{
background-color: #D4EAFF;
}
</style>
border-color css
<style>
span { border-color: #D4EAFF; }
span { border-color: rgb(212,234,255); }
td.TdClassName
{
border-color: #D4EAFF;
}
.TagClassName
{
border-color: #D4EAFF;
}
</style>