Shades of Pattens Blue #D0E4FA
Tints of Pattens Blue #D0E4FA
RGB
CMYK
RGB Variations
Color information
#D0E4FA (or 0xD0E4FA) is known color: Pattens Blue. HEX triplet: D0, E4 and FA. RGB value is (208,228,250). Sum of RGB (Red+Green+Blue) = 208+228+250=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0E4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E4FA is #2F1B05. Grayscale: #E0E0E0. Windows color (decimal): -3087110 or 16442576. OLE color: 16442576.
HSL color Cylindrical-coordinate representation of color #D0E4FA: hue angle of 211.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E4FA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 228 | 250 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.02 |
| HSL | 211.43º | 0.81% | 0.9% | - |
| HSV(B) | 211.43º | 0.17% | 0.98% | - |
| XYZ | 71.01 | 75.8 | 101.33 | - |
| YUV | 224.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 250 | 0.17 | 0.09 | 0 | 0.02 | 211.43 | 0.81 | 0.9 |
| Hex | D0 | E4 | FA | 11 | 9 | 0 | 2 | D3 | 51 | 5A |
| Octal | 320 | 344 | 372 | 21 | 11 | 0 | 2 | 323 | 121 | 132 |
| Binary | 11010000 | 11100100 | 11111010 | 10001 | 1001 | 0 | 10 | 11010011 | 1010001 | 1011010 |
Color Harmonies of #D0E4FA
Complementary color
Monochromatic Colors of #D0E4FA
Black with #D0E4FA
Text Example
Text Example
White with #D0E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E4FA; }
p { color: rgb(208,228,250); }
H1.HeaderClassName
{
color: #D0E4FA;
}
.AnyTagClassName
{
color: #D0E4FA;
}
</style>
background-color css
<style>
a { background-color: #D0E4FA; }
a { background-color: rgb(208,228,250); }
div.DivClassName
{
background-color: #D0E4FA;
}
.BgClassName
{
background-color: #D0E4FA;
}
</style>
border-color css
<style>
span { border-color: #D0E4FA; }
span { border-color: rgb(208,228,250); }
td.TdClassName
{
border-color: #D0E4FA;
}
.TagClassName
{
border-color: #D0E4FA;
}
</style>