Shades of Pattens Blue #D4E5EE
Tints of Pattens Blue #D4E5EE
RGB
CMYK
RGB Variations
Color information
#D4E5EE (or 0xD4E5EE) is known color: Pattens Blue. HEX triplet: D4, E5 and EE. RGB value is (212,229,238). Sum of RGB (Red+Green+Blue) = 212+229+238=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4E5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E5EE is #2B1A11. Grayscale: #E0E0E0. Windows color (decimal): -2824722 or 15656404. OLE color: 15656404.
HSL color Cylindrical-coordinate representation of color #D4E5EE: hue angle of 200.77º degrees, saturation: 0.43, 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 #D4E5EE is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 229 | 238 | - |
CMYK | 0.11 | 0.04 | 0 | 0.07 |
HSL | 200.77º | 0.43% | 0.88% | - |
HSV(B) | 200.77º | 0.11% | 0.93% | - |
XYZ | 70.6 | 76.21 | 91.88 | - |
YUV | 224.94 | 135.37 | 118.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 229 | 238 | 0.11 | 0.04 | 0 | 0.07 | 200.77 | 0.43 | 0.88 |
Hex | D4 | E5 | EE | B | 4 | 0 | 7 | C9 | 2B | 58 |
Octal | 324 | 345 | 356 | 13 | 4 | 0 | 7 | 311 | 53 | 130 |
Binary | 11010100 | 11100101 | 11101110 | 1011 | 100 | 0 | 111 | 11001001 | 101011 | 1011000 |
Color Harmonies of #D4E5EE
Complementary color
Monochromatic Colors of #D4E5EE
Black with #D4E5EE
Text Example
Text Example
White with #D4E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E5EE; }
p { color: rgb(212,229,238); }
H1.HeaderClassName
{
color: #D4E5EE;
}
.AnyTagClassName
{
color: #D4E5EE;
}
</style>
background-color css
<style>
a { background-color: #D4E5EE; }
a { background-color: rgb(212,229,238); }
div.DivClassName
{
background-color: #D4E5EE;
}
.BgClassName
{
background-color: #D4E5EE;
}
</style>
border-color css
<style>
span { border-color: #D4E5EE; }
span { border-color: rgb(212,229,238); }
td.TdClassName
{
border-color: #D4E5EE;
}
.TagClassName
{
border-color: #D4E5EE;
}
</style>