Shades of Pattens Blue #D2F0FC
Tints of Pattens Blue #D2F0FC
RGB
CMYK
RGB Variations
Color information
#D2F0FC (or 0xD2F0FC) is known color: Pattens Blue. HEX triplet: D2, F0 and FC. RGB value is (210,240,252). Sum of RGB (Red+Green+Blue) = 210+240+252=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F0FC is #2D0F03. Grayscale: #E8E8E8. Windows color (decimal): -2952964 or 16576722. OLE color: 16576722.
HSL color Cylindrical-coordinate representation of color #D2F0FC: hue angle of 197.14º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2F0FC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 240 | 252 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.01 |
| HSL | 197.14º | 0.88% | 0.91% | - |
| HSV(B) | 197.14º | 0.17% | 0.99% | - |
| XYZ | 75.31 | 83.05 | 104.16 | - |
| YUV | 232.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 252 | 0.17 | 0.05 | 0 | 0.01 | 197.14 | 0.88 | 0.91 |
| Hex | D2 | F0 | FC | 11 | 5 | 0 | 1 | C5 | 58 | 5B |
| Octal | 322 | 360 | 374 | 21 | 5 | 0 | 1 | 305 | 130 | 133 |
| Binary | 11010010 | 11110000 | 11111100 | 10001 | 101 | 0 | 1 | 11000101 | 1011000 | 1011011 |
Color Harmonies of #D2F0FC
Complementary color
Monochromatic Colors of #D2F0FC
Black with #D2F0FC
Text Example
Text Example
White with #D2F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0FC; }
p { color: rgb(210,240,252); }
H1.HeaderClassName
{
color: #D2F0FC;
}
.AnyTagClassName
{
color: #D2F0FC;
}
</style>
background-color css
<style>
a { background-color: #D2F0FC; }
a { background-color: rgb(210,240,252); }
div.DivClassName
{
background-color: #D2F0FC;
}
.BgClassName
{
background-color: #D2F0FC;
}
</style>
border-color css
<style>
span { border-color: #D2F0FC; }
span { border-color: rgb(210,240,252); }
td.TdClassName
{
border-color: #D2F0FC;
}
.TagClassName
{
border-color: #D2F0FC;
}
</style>