Shades of Periwinkle #C7D1F0
Tints of Periwinkle #C7D1F0
RGB
CMYK
RGB Variations
Color information
#C7D1F0 (or 0xC7D1F0) is known color: Periwinkle. HEX triplet: C7, D1 and F0. RGB value is (199,209,240). Sum of RGB (Red+Green+Blue) = 199+209+240=648 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.71% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7D1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D1F0 is #382E0F. Grayscale: #D1D1D1. Windows color (decimal): -3681808 or 15782343. OLE color: 15782343.
HSL color Cylindrical-coordinate representation of color #C7D1F0: hue angle of 225.37º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7D1F0 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 209 | 240 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.06 |
| HSL | 225.37º | 0.58% | 0.86% | - |
| HSV(B) | 225.37º | 0.17% | 0.94% | - |
| XYZ | 62.08 | 64.03 | 91.53 | - |
| YUV | 209.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 240 | 0.17 | 0.13 | 0 | 0.06 | 225.37 | 0.58 | 0.86 |
| Hex | C7 | D1 | F0 | 11 | D | 0 | 6 | E1 | 3A | 56 |
| Octal | 307 | 321 | 360 | 21 | 15 | 0 | 6 | 341 | 72 | 126 |
| Binary | 11000111 | 11010001 | 11110000 | 10001 | 1101 | 0 | 110 | 11100001 | 111010 | 1010110 |
Color Harmonies of #C7D1F0
Complementary color
Monochromatic Colors of #C7D1F0
Black with #C7D1F0
Text Example
Text Example
White with #C7D1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D1F0; }
p { color: rgb(199,209,240); }
H1.HeaderClassName
{
color: #C7D1F0;
}
.AnyTagClassName
{
color: #C7D1F0;
}
</style>
background-color css
<style>
a { background-color: #C7D1F0; }
a { background-color: rgb(199,209,240); }
div.DivClassName
{
background-color: #C7D1F0;
}
.BgClassName
{
background-color: #C7D1F0;
}
</style>
border-color css
<style>
span { border-color: #C7D1F0; }
span { border-color: rgb(199,209,240); }
td.TdClassName
{
border-color: #C7D1F0;
}
.TagClassName
{
border-color: #C7D1F0;
}
</style>