Shades of Pattens Blue #D0E8FB
Tints of Pattens Blue #D0E8FB
RGB
CMYK
RGB Variations
Color information
#D0E8FB (or 0xD0E8FB) is known color: Pattens Blue. HEX triplet: D0, E8 and FB. RGB value is (208,232,251). Sum of RGB (Red+Green+Blue) = 208+232+251=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0E8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E8FB is #2F1704. Grayscale: #E2E2E2. Windows color (decimal): -3086085 or 16509136. OLE color: 16509136.
HSL color Cylindrical-coordinate representation of color #D0E8FB: hue angle of 206.51º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E8FB is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 232 | 251 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.02 |
| HSL | 206.51º | 0.84% | 0.9% | - |
| HSV(B) | 206.51º | 0.17% | 0.98% | - |
| XYZ | 72.28 | 78.09 | 102.53 | - |
| YUV | 226.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 251 | 0.17 | 0.08 | 0 | 0.02 | 206.51 | 0.84 | 0.9 |
| Hex | D0 | E8 | FB | 11 | 8 | 0 | 2 | CF | 54 | 5A |
| Octal | 320 | 350 | 373 | 21 | 10 | 0 | 2 | 317 | 124 | 132 |
| Binary | 11010000 | 11101000 | 11111011 | 10001 | 1000 | 0 | 10 | 11001111 | 1010100 | 1011010 |
Color Harmonies of #D0E8FB
Complementary color
Monochromatic Colors of #D0E8FB
Black with #D0E8FB
Text Example
Text Example
White with #D0E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8FB; }
p { color: rgb(208,232,251); }
H1.HeaderClassName
{
color: #D0E8FB;
}
.AnyTagClassName
{
color: #D0E8FB;
}
</style>
background-color css
<style>
a { background-color: #D0E8FB; }
a { background-color: rgb(208,232,251); }
div.DivClassName
{
background-color: #D0E8FB;
}
.BgClassName
{
background-color: #D0E8FB;
}
</style>
border-color css
<style>
span { border-color: #D0E8FB; }
span { border-color: rgb(208,232,251); }
td.TdClassName
{
border-color: #D0E8FB;
}
.TagClassName
{
border-color: #D0E8FB;
}
</style>