Shades of Pattens Blue #D3E0EE
Tints of Pattens Blue #D3E0EE
RGB
CMYK
RGB Variations
Color information
#D3E0EE (or 0xD3E0EE) is known color: Pattens Blue. HEX triplet: D3, E0 and EE. RGB value is (211,224,238). Sum of RGB (Red+Green+Blue) = 211+224+238=673 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.35% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E0EE is #2C1F11. Grayscale: #DDDDDD. Windows color (decimal): -2891538 or 15655123. OLE color: 15655123.
HSL color Cylindrical-coordinate representation of color #D3E0EE: hue angle of 211.11º degrees, saturation: 0.44, 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 #D3E0EE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 224 | 238 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.07 |
| HSL | 211.11º | 0.44% | 0.88% | - |
| HSV(B) | 211.11º | 0.11% | 0.93% | - |
| XYZ | 68.95 | 73.33 | 91.41 | - |
| YUV | 221.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 238 | 0.11 | 0.06 | 0 | 0.07 | 211.11 | 0.44 | 0.88 |
| Hex | D3 | E0 | EE | B | 6 | 0 | 7 | D3 | 2C | 58 |
| Octal | 323 | 340 | 356 | 13 | 6 | 0 | 7 | 323 | 54 | 130 |
| Binary | 11010011 | 11100000 | 11101110 | 1011 | 110 | 0 | 111 | 11010011 | 101100 | 1011000 |
Color Harmonies of #D3E0EE
Complementary color
Monochromatic Colors of #D3E0EE
Black with #D3E0EE
Text Example
Text Example
White with #D3E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0EE; }
p { color: rgb(211,224,238); }
H1.HeaderClassName
{
color: #D3E0EE;
}
.AnyTagClassName
{
color: #D3E0EE;
}
</style>
background-color css
<style>
a { background-color: #D3E0EE; }
a { background-color: rgb(211,224,238); }
div.DivClassName
{
background-color: #D3E0EE;
}
.BgClassName
{
background-color: #D3E0EE;
}
</style>
border-color css
<style>
span { border-color: #D3E0EE; }
span { border-color: rgb(211,224,238); }
td.TdClassName
{
border-color: #D3E0EE;
}
.TagClassName
{
border-color: #D3E0EE;
}
</style>