Shades of Pattens Blue #D0ECFC
Tints of Pattens Blue #D0ECFC
RGB
CMYK
RGB Variations
Color information
#D0ECFC (or 0xD0ECFC) is known color: Pattens Blue. HEX triplet: D0, EC and FC. RGB value is (208,236,252). Sum of RGB (Red+Green+Blue) = 208+236+252=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFC is #2F1303. Grayscale: #E5E5E5. Windows color (decimal): -3085060 or 16575696. OLE color: 16575696.
HSL color Cylindrical-coordinate representation of color #D0ECFC: hue angle of 201.82º 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 #D0ECFC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 236 | 252 | - |
CMYK | 0.17 | 0.06 | 0 | 0.01 |
HSL | 201.82º | 0.88% | 0.9% | - |
HSV(B) | 201.82º | 0.17% | 0.99% | - |
XYZ | 73.58 | 80.43 | 103.74 | - |
YUV | 229.45 | 140.72 | 112.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 236 | 252 | 0.17 | 0.06 | 0 | 0.01 | 201.82 | 0.88 | 0.9 |
Hex | D0 | EC | FC | 11 | 6 | 0 | 1 | CA | 58 | 5A |
Octal | 320 | 354 | 374 | 21 | 6 | 0 | 1 | 312 | 130 | 132 |
Binary | 11010000 | 11101100 | 11111100 | 10001 | 110 | 0 | 1 | 11001010 | 1011000 | 1011010 |
Color Harmonies of #D0ECFC
Complementary color
Monochromatic Colors of #D0ECFC
Black with #D0ECFC
Text Example
Text Example
White with #D0ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECFC; }
p { color: rgb(208,236,252); }
H1.HeaderClassName
{
color: #D0ECFC;
}
.AnyTagClassName
{
color: #D0ECFC;
}
</style>
background-color css
<style>
a { background-color: #D0ECFC; }
a { background-color: rgb(208,236,252); }
div.DivClassName
{
background-color: #D0ECFC;
}
.BgClassName
{
background-color: #D0ECFC;
}
</style>
border-color css
<style>
span { border-color: #D0ECFC; }
span { border-color: rgb(208,236,252); }
td.TdClassName
{
border-color: #D0ECFC;
}
.TagClassName
{
border-color: #D0ECFC;
}
</style>