Shades of Pattens Blue #D0E5FC
Tints of Pattens Blue #D0E5FC
RGB
CMYK
RGB Variations
Color information
#D0E5FC (or 0xD0E5FC) is known color: Pattens Blue. HEX triplet: D0, E5 and FC. RGB value is (208,229,252). Sum of RGB (Red+Green+Blue) = 208+229+252=689 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.19% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E5FC is #2F1A03. Grayscale: #E1E1E1. Windows color (decimal): -3086852 or 16573904. OLE color: 16573904.
HSL color Cylindrical-coordinate representation of color #D0E5FC: hue angle of 211.36º 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 #D0E5FC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 229 | 252 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.01 |
| HSL | 211.36º | 0.88% | 0.9% | - |
| HSV(B) | 211.36º | 0.17% | 0.99% | - |
| XYZ | 71.6 | 76.48 | 103.08 | - |
| YUV | 225.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 252 | 0.17 | 0.09 | 0 | 0.01 | 211.36 | 0.88 | 0.9 |
| Hex | D0 | E5 | FC | 11 | 9 | 0 | 1 | D3 | 58 | 5A |
| Octal | 320 | 345 | 374 | 21 | 11 | 0 | 1 | 323 | 130 | 132 |
| Binary | 11010000 | 11100101 | 11111100 | 10001 | 1001 | 0 | 1 | 11010011 | 1011000 | 1011010 |
Color Harmonies of #D0E5FC
Complementary color
Monochromatic Colors of #D0E5FC
Black with #D0E5FC
Text Example
Text Example
White with #D0E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E5FC; }
p { color: rgb(208,229,252); }
H1.HeaderClassName
{
color: #D0E5FC;
}
.AnyTagClassName
{
color: #D0E5FC;
}
</style>
background-color css
<style>
a { background-color: #D0E5FC; }
a { background-color: rgb(208,229,252); }
div.DivClassName
{
background-color: #D0E5FC;
}
.BgClassName
{
background-color: #D0E5FC;
}
</style>
border-color css
<style>
span { border-color: #D0E5FC; }
span { border-color: rgb(208,229,252); }
td.TdClassName
{
border-color: #D0E5FC;
}
.TagClassName
{
border-color: #D0E5FC;
}
</style>