Shades of Pattens Blue #D0ECFE
Tints of Pattens Blue #D0ECFE
RGB
CMYK
RGB Variations
Color information
#D0ECFE (or 0xD0ECFE) is known color: Pattens Blue. HEX triplet: D0, EC and FE. RGB value is (208,236,254). Sum of RGB (Red+Green+Blue) = 208+236+254=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFE is #2F1301. Grayscale: #E5E5E5. Windows color (decimal): -3085058 or 16706768. OLE color: 16706768.
HSL color Cylindrical-coordinate representation of color #D0ECFE: hue angle of 203.48º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ECFE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 236 | 254 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.00 |
| HSL | 203.48º | 0.96% | 0.91% | - |
| HSV(B) | 203.48º | 0.18% | 1% | - |
| XYZ | 73.9 | 80.56 | 105.42 | - |
| YUV | 229.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 254 | 0.18 | 0.07 | 0 | 0.00 | 203.48 | 0.96 | 0.91 |
| Hex | D0 | EC | FE | 12 | 7 | 0 | 0 | CB | 60 | 5B |
| Octal | 320 | 354 | 376 | 22 | 7 | 0 | 0 | 313 | 140 | 133 |
| Binary | 11010000 | 11101100 | 11111110 | 10010 | 111 | 0 | 0 | 11001011 | 1100000 | 1011011 |
Color Harmonies of #D0ECFE
Complementary color
Monochromatic Colors of #D0ECFE
Black with #D0ECFE
Text Example
Text Example
White with #D0ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECFE; }
p { color: rgb(208,236,254); }
H1.HeaderClassName
{
color: #D0ECFE;
}
.AnyTagClassName
{
color: #D0ECFE;
}
</style>
background-color css
<style>
a { background-color: #D0ECFE; }
a { background-color: rgb(208,236,254); }
div.DivClassName
{
background-color: #D0ECFE;
}
.BgClassName
{
background-color: #D0ECFE;
}
</style>
border-color css
<style>
span { border-color: #D0ECFE; }
span { border-color: rgb(208,236,254); }
td.TdClassName
{
border-color: #D0ECFE;
}
.TagClassName
{
border-color: #D0ECFE;
}
</style>