Shades of Pattens Blue #D0E6FC
Tints of Pattens Blue #D0E6FC
RGB
CMYK
RGB Variations
Color information
#D0E6FC (or 0xD0E6FC) is known color: Pattens Blue. HEX triplet: D0, E6 and FC. RGB value is (208,230,252). Sum of RGB (Red+Green+Blue) = 208+230+252=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E6FC is #2F1903. Grayscale: #E1E1E1. Windows color (decimal): -3086596 or 16574160. OLE color: 16574160.
HSL color Cylindrical-coordinate representation of color #D0E6FC: hue angle of 210º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E6FC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 230 | 252 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.01 |
| HSL | 210º | 0.88% | 0.9% | - |
| HSV(B) | 210º | 0.17% | 0.99% | - |
| XYZ | 71.88 | 77.03 | 103.18 | - |
| YUV | 225.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 252 | 0.17 | 0.09 | 0 | 0.01 | 210 | 0.88 | 0.9 |
| Hex | D0 | E6 | FC | 11 | 9 | 0 | 1 | D2 | 58 | 5A |
| Octal | 320 | 346 | 374 | 21 | 11 | 0 | 1 | 322 | 130 | 132 |
| Binary | 11010000 | 11100110 | 11111100 | 10001 | 1001 | 0 | 1 | 11010010 | 1011000 | 1011010 |
Color Harmonies of #D0E6FC
Complementary color
Monochromatic Colors of #D0E6FC
Black with #D0E6FC
Text Example
Text Example
White with #D0E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6FC; }
p { color: rgb(208,230,252); }
H1.HeaderClassName
{
color: #D0E6FC;
}
.AnyTagClassName
{
color: #D0E6FC;
}
</style>
background-color css
<style>
a { background-color: #D0E6FC; }
a { background-color: rgb(208,230,252); }
div.DivClassName
{
background-color: #D0E6FC;
}
.BgClassName
{
background-color: #D0E6FC;
}
</style>
border-color css
<style>
span { border-color: #D0E6FC; }
span { border-color: rgb(208,230,252); }
td.TdClassName
{
border-color: #D0E6FC;
}
.TagClassName
{
border-color: #D0E6FC;
}
</style>