Shades of Pattens Blue #D2F1FF
Tints of Pattens Blue #D2F1FF
RGB
CMYK
RGB Variations
Color information
#D2F1FF (or 0xD2F1FF) is known color: Pattens Blue. HEX triplet: D2, F1 and FF. RGB value is (210,241,255). Sum of RGB (Red+Green+Blue) = 210+241+255=706 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.75% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2F1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F1FF is #2D0E00. Grayscale: #E9E9E9. Windows color (decimal): -2952705 or 16773586. OLE color: 16773586.
HSL color Cylindrical-coordinate representation of color #D2F1FF: hue angle of 198.67º 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 #D2F1FF is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 241 | 255 | - |
| CMYK | 0.18 | 0.05 | 0 | 0 |
| HSL | 198.67º | 1% | 0.91% | - |
| HSV(B) | 198.67º | 0.18% | 1% | - |
| XYZ | 76.08 | 83.83 | 106.78 | - |
| YUV | 233.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 255 | 0.18 | 0.05 | 0 | 0 | 198.67 | 1 | 0.91 |
| Hex | D2 | F1 | FF | 12 | 5 | 0 | 0 | C7 | 64 | 5B |
| Octal | 322 | 361 | 377 | 22 | 5 | 0 | 0 | 307 | 144 | 133 |
| Binary | 11010010 | 11110001 | 11111111 | 10010 | 101 | 0 | 0 | 11000111 | 1100100 | 1011011 |
Color Harmonies of #D2F1FF
Complementary color
Monochromatic Colors of #D2F1FF
Black with #D2F1FF
Text Example
Text Example
White with #D2F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1FF; }
p { color: rgb(210,241,255); }
H1.HeaderClassName
{
color: #D2F1FF;
}
.AnyTagClassName
{
color: #D2F1FF;
}
</style>
background-color css
<style>
a { background-color: #D2F1FF; }
a { background-color: rgb(210,241,255); }
div.DivClassName
{
background-color: #D2F1FF;
}
.BgClassName
{
background-color: #D2F1FF;
}
</style>
border-color css
<style>
span { border-color: #D2F1FF; }
span { border-color: rgb(210,241,255); }
td.TdClassName
{
border-color: #D2F1FF;
}
.TagClassName
{
border-color: #D2F1FF;
}
</style>