Shades of Pattens Blue #D0E5F4
Tints of Pattens Blue #D0E5F4
RGB
CMYK
RGB Variations
Color information
#D0E5F4 (or 0xD0E5F4) is known color: Pattens Blue. HEX triplet: D0, E5 and F4. RGB value is (208,229,244). Sum of RGB (Red+Green+Blue) = 208+229+244=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0E5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E5F4 is #2F1A0B. Grayscale: #E0E0E0. Windows color (decimal): -3086860 or 16049616. OLE color: 16049616.
HSL color Cylindrical-coordinate representation of color #D0E5F4: hue angle of 205º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0E5F4 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 229 | 244 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.04 |
| HSL | 205º | 0.62% | 0.89% | - |
| HSV(B) | 205º | 0.15% | 0.96% | - |
| XYZ | 70.36 | 75.98 | 96.55 | - |
| YUV | 224.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 244 | 0.15 | 0.06 | 0 | 0.04 | 205 | 0.62 | 0.89 |
| Hex | D0 | E5 | F4 | F | 6 | 0 | 4 | CD | 3E | 59 |
| Octal | 320 | 345 | 364 | 17 | 6 | 0 | 4 | 315 | 76 | 131 |
| Binary | 11010000 | 11100101 | 11110100 | 1111 | 110 | 0 | 100 | 11001101 | 111110 | 1011001 |
Color Harmonies of #D0E5F4
Complementary color
Monochromatic Colors of #D0E5F4
Black with #D0E5F4
Text Example
Text Example
White with #D0E5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E5F4; }
p { color: rgb(208,229,244); }
H1.HeaderClassName
{
color: #D0E5F4;
}
.AnyTagClassName
{
color: #D0E5F4;
}
</style>
background-color css
<style>
a { background-color: #D0E5F4; }
a { background-color: rgb(208,229,244); }
div.DivClassName
{
background-color: #D0E5F4;
}
.BgClassName
{
background-color: #D0E5F4;
}
</style>
border-color css
<style>
span { border-color: #D0E5F4; }
span { border-color: rgb(208,229,244); }
td.TdClassName
{
border-color: #D0E5F4;
}
.TagClassName
{
border-color: #D0E5F4;
}
</style>