Shades of Pattens Blue #D3EAEF
Tints of Pattens Blue #D3EAEF
RGB
CMYK
RGB Variations
Color information
#D3EAEF (or 0xD3EAEF) is known color: Pattens Blue. HEX triplet: D3, EA and EF. RGB value is (211,234,239). Sum of RGB (Red+Green+Blue) = 211+234+239=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAEF is #2C1510. Grayscale: #E3E3E3. Windows color (decimal): -2888977 or 15723219. OLE color: 15723219.
HSL color Cylindrical-coordinate representation of color #D3EAEF: hue angle of 190.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EAEF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 234 | 239 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.06 |
| HSL | 190.71º | 0.47% | 0.88% | - |
| HSV(B) | 190.71º | 0.12% | 0.94% | - |
| XYZ | 71.87 | 78.93 | 93.11 | - |
| YUV | 227.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 239 | 0.12 | 0.02 | 0 | 0.06 | 190.71 | 0.47 | 0.88 |
| Hex | D3 | EA | EF | C | 2 | 0 | 6 | BF | 2F | 58 |
| Octal | 323 | 352 | 357 | 14 | 2 | 0 | 6 | 277 | 57 | 130 |
| Binary | 11010011 | 11101010 | 11101111 | 1100 | 10 | 0 | 110 | 10111111 | 101111 | 1011000 |
Color Harmonies of #D3EAEF
Complementary color
Monochromatic Colors of #D3EAEF
Black with #D3EAEF
Text Example
Text Example
White with #D3EAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAEF; }
p { color: rgb(211,234,239); }
H1.HeaderClassName
{
color: #D3EAEF;
}
.AnyTagClassName
{
color: #D3EAEF;
}
</style>
background-color css
<style>
a { background-color: #D3EAEF; }
a { background-color: rgb(211,234,239); }
div.DivClassName
{
background-color: #D3EAEF;
}
.BgClassName
{
background-color: #D3EAEF;
}
</style>
border-color css
<style>
span { border-color: #D3EAEF; }
span { border-color: rgb(211,234,239); }
td.TdClassName
{
border-color: #D3EAEF;
}
.TagClassName
{
border-color: #D3EAEF;
}
</style>