Shades of Pattens Blue #D2F0FF
Tints of Pattens Blue #D2F0FF
RGB
CMYK
RGB Variations
Color information
#D2F0FF (or 0xD2F0FF) is known color: Pattens Blue. HEX triplet: D2, F0 and FF. RGB value is (210,240,255). Sum of RGB (Red+Green+Blue) = 210+240+255=705 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.79% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F0FF is #2D0F00. Grayscale: #E8E8E8. Windows color (decimal): -2952961 or 16773330. OLE color: 16773330.
HSL color Cylindrical-coordinate representation of color #D2F0FF: hue angle of 200º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2F0FF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 240 | 255 | - |
| CMYK | 0.18 | 0.06 | 0 | 0 |
| HSL | 200º | 1% | 0.91% | - |
| HSV(B) | 200º | 0.18% | 1% | - |
| XYZ | 75.79 | 83.24 | 106.68 | - |
| YUV | 232.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 255 | 0.18 | 0.06 | 0 | 0 | 200 | 1 | 0.91 |
| Hex | D2 | F0 | FF | 12 | 6 | 0 | 0 | C8 | 64 | 5B |
| Octal | 322 | 360 | 377 | 22 | 6 | 0 | 0 | 310 | 144 | 133 |
| Binary | 11010010 | 11110000 | 11111111 | 10010 | 110 | 0 | 0 | 11001000 | 1100100 | 1011011 |
Color Harmonies of #D2F0FF
Complementary color
Monochromatic Colors of #D2F0FF
Black with #D2F0FF
Text Example
Text Example
White with #D2F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0FF; }
p { color: rgb(210,240,255); }
H1.HeaderClassName
{
color: #D2F0FF;
}
.AnyTagClassName
{
color: #D2F0FF;
}
</style>
background-color css
<style>
a { background-color: #D2F0FF; }
a { background-color: rgb(210,240,255); }
div.DivClassName
{
background-color: #D2F0FF;
}
.BgClassName
{
background-color: #D2F0FF;
}
</style>
border-color css
<style>
span { border-color: #D2F0FF; }
span { border-color: rgb(210,240,255); }
td.TdClassName
{
border-color: #D2F0FF;
}
.TagClassName
{
border-color: #D2F0FF;
}
</style>