Shades of Pattens Blue #D4EAF0
Tints of Pattens Blue #D4EAF0
RGB
CMYK
RGB Variations
Color information
#D4EAF0 (or 0xD4EAF0) is known color: Pattens Blue. HEX triplet: D4, EA and F0. RGB value is (212,234,240). Sum of RGB (Red+Green+Blue) = 212+234+240=686 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.90% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAF0 is #2B150F. Grayscale: #E4E4E4. Windows color (decimal): -2823440 or 15788756. OLE color: 15788756.
HSL color Cylindrical-coordinate representation of color #D4EAF0: hue angle of 192.86º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EAF0 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 234 | 240 | - |
CMYK | 0.12 | 0.02 | 0 | 0.06 |
HSL | 192.86º | 0.48% | 0.89% | - |
HSV(B) | 192.86º | 0.12% | 0.94% | - |
XYZ | 72.3 | 79.13 | 93.9 | - |
YUV | 228.11 | 134.71 | 116.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 234 | 240 | 0.12 | 0.02 | 0 | 0.06 | 192.86 | 0.48 | 0.89 |
Hex | D4 | EA | F0 | C | 2 | 0 | 6 | C1 | 30 | 59 |
Octal | 324 | 352 | 360 | 14 | 2 | 0 | 6 | 301 | 60 | 131 |
Binary | 11010100 | 11101010 | 11110000 | 1100 | 10 | 0 | 110 | 11000001 | 110000 | 1011001 |
Color Harmonies of #D4EAF0
Complementary color
Monochromatic Colors of #D4EAF0
Black with #D4EAF0
Text Example
Text Example
White with #D4EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAF0; }
p { color: rgb(212,234,240); }
H1.HeaderClassName
{
color: #D4EAF0;
}
.AnyTagClassName
{
color: #D4EAF0;
}
</style>
background-color css
<style>
a { background-color: #D4EAF0; }
a { background-color: rgb(212,234,240); }
div.DivClassName
{
background-color: #D4EAF0;
}
.BgClassName
{
background-color: #D4EAF0;
}
</style>
border-color css
<style>
span { border-color: #D4EAF0; }
span { border-color: rgb(212,234,240); }
td.TdClassName
{
border-color: #D4EAF0;
}
.TagClassName
{
border-color: #D4EAF0;
}
</style>