Shades of Pattens Blue #D4EEFC
Tints of Pattens Blue #D4EEFC
RGB
CMYK
RGB Variations
Color information
#D4EEFC (or 0xD4EEFC) is known color: Pattens Blue. HEX triplet: D4, EE and FC. RGB value is (212,238,252). Sum of RGB (Red+Green+Blue) = 212+238+252=702 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.20% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEFC is #2B1103. Grayscale: #E7E7E7. Windows color (decimal): -2822404 or 16576212. OLE color: 16576212.
HSL color Cylindrical-coordinate representation of color #D4EEFC: hue angle of 201º degrees, saturation: 0.87, 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 #D4EEFC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 238 | 252 | - |
CMYK | 0.16 | 0.06 | 0 | 0.01 |
HSL | 201º | 0.87% | 0.91% | - |
HSV(B) | 201º | 0.16% | 0.99% | - |
XYZ | 75.3 | 82.17 | 103.99 | - |
YUV | 231.82 | 139.39 | 113.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 238 | 252 | 0.16 | 0.06 | 0 | 0.01 | 201 | 0.87 | 0.91 |
Hex | D4 | EE | FC | 10 | 6 | 0 | 1 | C9 | 57 | 5B |
Octal | 324 | 356 | 374 | 20 | 6 | 0 | 1 | 311 | 127 | 133 |
Binary | 11010100 | 11101110 | 11111100 | 10000 | 110 | 0 | 1 | 11001001 | 1010111 | 1011011 |
Color Harmonies of #D4EEFC
Complementary color
Monochromatic Colors of #D4EEFC
Black with #D4EEFC
Text Example
Text Example
White with #D4EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEFC; }
p { color: rgb(212,238,252); }
H1.HeaderClassName
{
color: #D4EEFC;
}
.AnyTagClassName
{
color: #D4EEFC;
}
</style>
background-color css
<style>
a { background-color: #D4EEFC; }
a { background-color: rgb(212,238,252); }
div.DivClassName
{
background-color: #D4EEFC;
}
.BgClassName
{
background-color: #D4EEFC;
}
</style>
border-color css
<style>
span { border-color: #D4EEFC; }
span { border-color: rgb(212,238,252); }
td.TdClassName
{
border-color: #D4EEFC;
}
.TagClassName
{
border-color: #D4EEFC;
}
</style>