Shades of Pattens Blue #D0ECFF
Tints of Pattens Blue #D0ECFF
RGB
CMYK
RGB Variations
Color information
#D0ECFF (or 0xD0ECFF) is known color: Pattens Blue. HEX triplet: D0, EC and FF. RGB value is (208,236,255). Sum of RGB (Red+Green+Blue) = 208+236+255=699 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.76% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFF is #2F1300. Grayscale: #E5E5E5. Windows color (decimal): -3085057 or 16772304. OLE color: 16772304.
HSL color Cylindrical-coordinate representation of color #D0ECFF: hue angle of 204.26º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ECFF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 236 | 255 | - |
| CMYK | 0.18 | 0.07 | 0 | 0 |
| HSL | 204.26º | 1% | 0.91% | - |
| HSV(B) | 204.26º | 0.18% | 1% | - |
| XYZ | 74.06 | 80.62 | 106.27 | - |
| YUV | 229.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 255 | 0.18 | 0.07 | 0 | 0 | 204.26 | 1 | 0.91 |
| Hex | D0 | EC | FF | 12 | 7 | 0 | 0 | CC | 64 | 5B |
| Octal | 320 | 354 | 377 | 22 | 7 | 0 | 0 | 314 | 144 | 133 |
| Binary | 11010000 | 11101100 | 11111111 | 10010 | 111 | 0 | 0 | 11001100 | 1100100 | 1011011 |
Color Harmonies of #D0ECFF
Complementary color
Monochromatic Colors of #D0ECFF
Black with #D0ECFF
Text Example
Text Example
White with #D0ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECFF; }
p { color: rgb(208,236,255); }
H1.HeaderClassName
{
color: #D0ECFF;
}
.AnyTagClassName
{
color: #D0ECFF;
}
</style>
background-color css
<style>
a { background-color: #D0ECFF; }
a { background-color: rgb(208,236,255); }
div.DivClassName
{
background-color: #D0ECFF;
}
.BgClassName
{
background-color: #D0ECFF;
}
</style>
border-color css
<style>
span { border-color: #D0ECFF; }
span { border-color: rgb(208,236,255); }
td.TdClassName
{
border-color: #D0ECFF;
}
.TagClassName
{
border-color: #D0ECFF;
}
</style>