Shades of Pattens Blue #D0EFFC
Tints of Pattens Blue #D0EFFC
RGB
CMYK
RGB Variations
Color information
#D0EFFC (or 0xD0EFFC) is known color: Pattens Blue. HEX triplet: D0, EF and FC. RGB value is (208,239,252). Sum of RGB (Red+Green+Blue) = 208+239+252=699 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.76% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFFC is #2F1003. Grayscale: #E7E7E7. Windows color (decimal): -3084292 or 16576464. OLE color: 16576464.
HSL color Cylindrical-coordinate representation of color #D0EFFC: hue angle of 197.73º 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 #D0EFFC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 239 | 252 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.01 |
| HSL | 197.73º | 0.88% | 0.9% | - |
| HSV(B) | 197.73º | 0.17% | 0.99% | - |
| XYZ | 74.45 | 82.17 | 104.03 | - |
| YUV | 231.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 252 | 0.17 | 0.05 | 0 | 0.01 | 197.73 | 0.88 | 0.9 |
| Hex | D0 | EF | FC | 11 | 5 | 0 | 1 | C6 | 58 | 5A |
| Octal | 320 | 357 | 374 | 21 | 5 | 0 | 1 | 306 | 130 | 132 |
| Binary | 11010000 | 11101111 | 11111100 | 10001 | 101 | 0 | 1 | 11000110 | 1011000 | 1011010 |
Color Harmonies of #D0EFFC
Complementary color
Monochromatic Colors of #D0EFFC
Black with #D0EFFC
Text Example
Text Example
White with #D0EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFFC; }
p { color: rgb(208,239,252); }
H1.HeaderClassName
{
color: #D0EFFC;
}
.AnyTagClassName
{
color: #D0EFFC;
}
</style>
background-color css
<style>
a { background-color: #D0EFFC; }
a { background-color: rgb(208,239,252); }
div.DivClassName
{
background-color: #D0EFFC;
}
.BgClassName
{
background-color: #D0EFFC;
}
</style>
border-color css
<style>
span { border-color: #D0EFFC; }
span { border-color: rgb(208,239,252); }
td.TdClassName
{
border-color: #D0EFFC;
}
.TagClassName
{
border-color: #D0EFFC;
}
</style>