Shades of Pattens Blue #D4E4ED
Tints of Pattens Blue #D4E4ED
RGB
CMYK
RGB Variations
Color information
#D4E4ED (or 0xD4E4ED) is known color: Pattens Blue. HEX triplet: D4, E4 and ED. RGB value is (212,228,237). Sum of RGB (Red+Green+Blue) = 212+228+237=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E4ED is #2B1B12. Grayscale: #E0E0E0. Windows color (decimal): -2824979 or 15590612. OLE color: 15590612.
HSL color Cylindrical-coordinate representation of color #D4E4ED: hue angle of 201.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E4ED is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 228 | 237 | - |
CMYK | 0.11 | 0.04 | 0 | 0.07 |
HSL | 201.6º | 0.41% | 0.88% | - |
HSV(B) | 201.6º | 0.11% | 0.93% | - |
XYZ | 70.18 | 75.6 | 91.01 | - |
YUV | 224.24 | 135.2 | 119.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 228 | 237 | 0.11 | 0.04 | 0 | 0.07 | 201.6 | 0.41 | 0.88 |
Hex | D4 | E4 | ED | B | 4 | 0 | 7 | CA | 29 | 58 |
Octal | 324 | 344 | 355 | 13 | 4 | 0 | 7 | 312 | 51 | 130 |
Binary | 11010100 | 11100100 | 11101101 | 1011 | 100 | 0 | 111 | 11001010 | 101001 | 1011000 |
Color Harmonies of #D4E4ED
Complementary color
Monochromatic Colors of #D4E4ED
Black with #D4E4ED
Text Example
Text Example
White with #D4E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E4ED; }
p { color: rgb(212,228,237); }
H1.HeaderClassName
{
color: #D4E4ED;
}
.AnyTagClassName
{
color: #D4E4ED;
}
</style>
background-color css
<style>
a { background-color: #D4E4ED; }
a { background-color: rgb(212,228,237); }
div.DivClassName
{
background-color: #D4E4ED;
}
.BgClassName
{
background-color: #D4E4ED;
}
</style>
border-color css
<style>
span { border-color: #D4E4ED; }
span { border-color: rgb(212,228,237); }
td.TdClassName
{
border-color: #D4E4ED;
}
.TagClassName
{
border-color: #D4E4ED;
}
</style>