Shades of Pattens Blue #D0E5EE
Tints of Pattens Blue #D0E5EE
RGB
CMYK
RGB Variations
Color information
#D0E5EE (or 0xD0E5EE) is known color: Pattens Blue. HEX triplet: D0, E5 and EE. RGB value is (208,229,238). Sum of RGB (Red+Green+Blue) = 208+229+238=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0E5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E5EE is #2F1A11. Grayscale: #DFDFDF. Windows color (decimal): -3086866 or 15656400. OLE color: 15656400.
HSL color Cylindrical-coordinate representation of color #D0E5EE: hue angle of 198º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E5EE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 229 | 238 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.07 |
| HSL | 198º | 0.47% | 0.87% | - |
| HSV(B) | 198º | 0.13% | 0.93% | - |
| XYZ | 69.46 | 75.62 | 91.82 | - |
| YUV | 223.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 238 | 0.13 | 0.04 | 0 | 0.07 | 198 | 0.47 | 0.87 |
| Hex | D0 | E5 | EE | D | 4 | 0 | 7 | C6 | 2F | 57 |
| Octal | 320 | 345 | 356 | 15 | 4 | 0 | 7 | 306 | 57 | 127 |
| Binary | 11010000 | 11100101 | 11101110 | 1101 | 100 | 0 | 111 | 11000110 | 101111 | 1010111 |
Color Harmonies of #D0E5EE
Complementary color
Monochromatic Colors of #D0E5EE
Black with #D0E5EE
Text Example
Text Example
White with #D0E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E5EE; }
p { color: rgb(208,229,238); }
H1.HeaderClassName
{
color: #D0E5EE;
}
.AnyTagClassName
{
color: #D0E5EE;
}
</style>
background-color css
<style>
a { background-color: #D0E5EE; }
a { background-color: rgb(208,229,238); }
div.DivClassName
{
background-color: #D0E5EE;
}
.BgClassName
{
background-color: #D0E5EE;
}
</style>
border-color css
<style>
span { border-color: #D0E5EE; }
span { border-color: rgb(208,229,238); }
td.TdClassName
{
border-color: #D0E5EE;
}
.TagClassName
{
border-color: #D0E5EE;
}
</style>