Shades of Pattens Blue #D0E1F4
Tints of Pattens Blue #D0E1F4
RGB
CMYK
RGB Variations
Color information
#D0E1F4 (or 0xD0E1F4) is known color: Pattens Blue. HEX triplet: D0, E1 and F4. RGB value is (208,225,244). Sum of RGB (Red+Green+Blue) = 208+225+244=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0E1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1F4 is #2F1E0B. Grayscale: #DDDDDD. Windows color (decimal): -3087884 or 16048592. OLE color: 16048592.
HSL color Cylindrical-coordinate representation of color #D0E1F4: hue angle of 211.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0E1F4 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 225 | 244 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.04 |
| HSL | 211.67º | 0.62% | 0.89% | - |
| HSV(B) | 211.67º | 0.15% | 0.96% | - |
| XYZ | 69.27 | 73.79 | 96.18 | - |
| YUV | 222.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 244 | 0.15 | 0.08 | 0 | 0.04 | 211.67 | 0.62 | 0.89 |
| Hex | D0 | E1 | F4 | F | 8 | 0 | 4 | D4 | 3E | 59 |
| Octal | 320 | 341 | 364 | 17 | 10 | 0 | 4 | 324 | 76 | 131 |
| Binary | 11010000 | 11100001 | 11110100 | 1111 | 1000 | 0 | 100 | 11010100 | 111110 | 1011001 |
Color Harmonies of #D0E1F4
Complementary color
Monochromatic Colors of #D0E1F4
Black with #D0E1F4
Text Example
Text Example
White with #D0E1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1F4; }
p { color: rgb(208,225,244); }
H1.HeaderClassName
{
color: #D0E1F4;
}
.AnyTagClassName
{
color: #D0E1F4;
}
</style>
background-color css
<style>
a { background-color: #D0E1F4; }
a { background-color: rgb(208,225,244); }
div.DivClassName
{
background-color: #D0E1F4;
}
.BgClassName
{
background-color: #D0E1F4;
}
</style>
border-color css
<style>
span { border-color: #D0E1F4; }
span { border-color: rgb(208,225,244); }
td.TdClassName
{
border-color: #D0E1F4;
}
.TagClassName
{
border-color: #D0E1F4;
}
</style>