Shades of Pattens Blue #D0E5EF
Tints of Pattens Blue #D0E5EF
RGB
CMYK
RGB Variations
Color information
#D0E5EF (or 0xD0E5EF) is known color: Pattens Blue. HEX triplet: D0, E5 and EF. RGB value is (208,229,239). Sum of RGB (Red+Green+Blue) = 208+229+239=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E5EF is #2F1A10. Grayscale: #DFDFDF. Windows color (decimal): -3086865 or 15721936. OLE color: 15721936.
HSL color Cylindrical-coordinate representation of color #D0E5EF: hue angle of 199.35º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E5EF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 229 | 239 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.06 |
| HSL | 199.35º | 0.49% | 0.88% | - |
| HSV(B) | 199.35º | 0.13% | 0.94% | - |
| XYZ | 69.61 | 75.68 | 92.6 | - |
| YUV | 223.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 239 | 0.13 | 0.04 | 0 | 0.06 | 199.35 | 0.49 | 0.88 |
| Hex | D0 | E5 | EF | D | 4 | 0 | 6 | C7 | 31 | 58 |
| Octal | 320 | 345 | 357 | 15 | 4 | 0 | 6 | 307 | 61 | 130 |
| Binary | 11010000 | 11100101 | 11101111 | 1101 | 100 | 0 | 110 | 11000111 | 110001 | 1011000 |
Color Harmonies of #D0E5EF
Complementary color
Monochromatic Colors of #D0E5EF
Black with #D0E5EF
Text Example
Text Example
White with #D0E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E5EF; }
p { color: rgb(208,229,239); }
H1.HeaderClassName
{
color: #D0E5EF;
}
.AnyTagClassName
{
color: #D0E5EF;
}
</style>
background-color css
<style>
a { background-color: #D0E5EF; }
a { background-color: rgb(208,229,239); }
div.DivClassName
{
background-color: #D0E5EF;
}
.BgClassName
{
background-color: #D0E5EF;
}
</style>
border-color css
<style>
span { border-color: #D0E5EF; }
span { border-color: rgb(208,229,239); }
td.TdClassName
{
border-color: #D0E5EF;
}
.TagClassName
{
border-color: #D0E5EF;
}
</style>