Shades of Pattens Blue #D0E8FD
Tints of Pattens Blue #D0E8FD
RGB
CMYK
RGB Variations
Color information
#D0E8FD (or 0xD0E8FD) is known color: Pattens Blue. HEX triplet: D0, E8 and FD. RGB value is (208,232,253). Sum of RGB (Red+Green+Blue) = 208+232+253=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0E8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E8FD is #2F1702. Grayscale: #E3E3E3. Windows color (decimal): -3086083 or 16640208. OLE color: 16640208.
HSL color Cylindrical-coordinate representation of color #D0E8FD: hue angle of 208º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E8FD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 232 | 253 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.01 |
| HSL | 208º | 0.92% | 0.9% | - |
| HSV(B) | 208º | 0.18% | 0.99% | - |
| XYZ | 72.6 | 78.21 | 104.2 | - |
| YUV | 227.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 253 | 0.18 | 0.08 | 0 | 0.01 | 208 | 0.92 | 0.9 |
| Hex | D0 | E8 | FD | 12 | 8 | 0 | 1 | D0 | 5C | 5A |
| Octal | 320 | 350 | 375 | 22 | 10 | 0 | 1 | 320 | 134 | 132 |
| Binary | 11010000 | 11101000 | 11111101 | 10010 | 1000 | 0 | 1 | 11010000 | 1011100 | 1011010 |
Color Harmonies of #D0E8FD
Complementary color
Monochromatic Colors of #D0E8FD
Black with #D0E8FD
Text Example
Text Example
White with #D0E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8FD; }
p { color: rgb(208,232,253); }
H1.HeaderClassName
{
color: #D0E8FD;
}
.AnyTagClassName
{
color: #D0E8FD;
}
</style>
background-color css
<style>
a { background-color: #D0E8FD; }
a { background-color: rgb(208,232,253); }
div.DivClassName
{
background-color: #D0E8FD;
}
.BgClassName
{
background-color: #D0E8FD;
}
</style>
border-color css
<style>
span { border-color: #D0E8FD; }
span { border-color: rgb(208,232,253); }
td.TdClassName
{
border-color: #D0E8FD;
}
.TagClassName
{
border-color: #D0E8FD;
}
</style>