Shades of Pattens Blue #D0E0F1
Tints of Pattens Blue #D0E0F1
RGB
CMYK
RGB Variations
Color information
#D0E0F1 (or 0xD0E0F1) is known color: Pattens Blue. HEX triplet: D0, E0 and F1. RGB value is (208,224,241). Sum of RGB (Red+Green+Blue) = 208+224+241=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E0F1 is #2F1F0E. Grayscale: #DDDDDD. Windows color (decimal): -3088143 or 15851728. OLE color: 15851728.
HSL color Cylindrical-coordinate representation of color #D0E0F1: hue angle of 210.91º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0E0F1 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 224 | 241 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.05 |
| HSL | 210.91º | 0.54% | 0.88% | - |
| HSV(B) | 210.91º | 0.14% | 0.95% | - |
| XYZ | 68.55 | 73.07 | 93.71 | - |
| YUV | 221.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 241 | 0.14 | 0.07 | 0 | 0.05 | 210.91 | 0.54 | 0.88 |
| Hex | D0 | E0 | F1 | E | 7 | 0 | 5 | D3 | 36 | 58 |
| Octal | 320 | 340 | 361 | 16 | 7 | 0 | 5 | 323 | 66 | 130 |
| Binary | 11010000 | 11100000 | 11110001 | 1110 | 111 | 0 | 101 | 11010011 | 110110 | 1011000 |
Color Harmonies of #D0E0F1
Complementary color
Monochromatic Colors of #D0E0F1
Black with #D0E0F1
Text Example
Text Example
White with #D0E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0F1; }
p { color: rgb(208,224,241); }
H1.HeaderClassName
{
color: #D0E0F1;
}
.AnyTagClassName
{
color: #D0E0F1;
}
</style>
background-color css
<style>
a { background-color: #D0E0F1; }
a { background-color: rgb(208,224,241); }
div.DivClassName
{
background-color: #D0E0F1;
}
.BgClassName
{
background-color: #D0E0F1;
}
</style>
border-color css
<style>
span { border-color: #D0E0F1; }
span { border-color: rgb(208,224,241); }
td.TdClassName
{
border-color: #D0E0F1;
}
.TagClassName
{
border-color: #D0E0F1;
}
</style>