Shades of Pattens Blue #D0E2F4
Tints of Pattens Blue #D0E2F4
RGB
CMYK
RGB Variations
Color information
#D0E2F4 (or 0xD0E2F4) is known color: Pattens Blue. HEX triplet: D0, E2 and F4. RGB value is (208,226,244). Sum of RGB (Red+Green+Blue) = 208+226+244=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0E2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2F4 is #2F1D0B. Grayscale: #DEDEDE. Windows color (decimal): -3087628 or 16048848. OLE color: 16048848.
HSL color Cylindrical-coordinate representation of color #D0E2F4: hue angle of 210º 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 #D0E2F4 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 226 | 244 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.04 |
| HSL | 210º | 0.62% | 0.89% | - |
| HSV(B) | 210º | 0.15% | 0.96% | - |
| XYZ | 69.54 | 74.33 | 96.27 | - |
| YUV | 222.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 244 | 0.15 | 0.07 | 0 | 0.04 | 210 | 0.62 | 0.89 |
| Hex | D0 | E2 | F4 | F | 7 | 0 | 4 | D2 | 3E | 59 |
| Octal | 320 | 342 | 364 | 17 | 7 | 0 | 4 | 322 | 76 | 131 |
| Binary | 11010000 | 11100010 | 11110100 | 1111 | 111 | 0 | 100 | 11010010 | 111110 | 1011001 |
Color Harmonies of #D0E2F4
Complementary color
Monochromatic Colors of #D0E2F4
Black with #D0E2F4
Text Example
Text Example
White with #D0E2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2F4; }
p { color: rgb(208,226,244); }
H1.HeaderClassName
{
color: #D0E2F4;
}
.AnyTagClassName
{
color: #D0E2F4;
}
</style>
background-color css
<style>
a { background-color: #D0E2F4; }
a { background-color: rgb(208,226,244); }
div.DivClassName
{
background-color: #D0E2F4;
}
.BgClassName
{
background-color: #D0E2F4;
}
</style>
border-color css
<style>
span { border-color: #D0E2F4; }
span { border-color: rgb(208,226,244); }
td.TdClassName
{
border-color: #D0E2F4;
}
.TagClassName
{
border-color: #D0E2F4;
}
</style>