Shades of Periwinkle #C7D0EC
Tints of Periwinkle #C7D0EC
RGB
CMYK
RGB Variations
Color information
#C7D0EC (or 0xC7D0EC) is known color: Periwinkle. HEX triplet: C7, D0 and EC. RGB value is (199,208,236). Sum of RGB (Red+Green+Blue) = 199+208+236=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D0EC is #382F13. Grayscale: #D0D0D0. Windows color (decimal): -3682068 or 15519943. OLE color: 15519943.
HSL color Cylindrical-coordinate representation of color #C7D0EC: hue angle of 225.41º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7D0EC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 208 | 236 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.07 |
| HSL | 225.41º | 0.49% | 0.85% | - |
| HSV(B) | 225.41º | 0.16% | 0.93% | - |
| XYZ | 61.25 | 63.31 | 88.35 | - |
| YUV | 208.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 236 | 0.16 | 0.12 | 0 | 0.07 | 225.41 | 0.49 | 0.85 |
| Hex | C7 | D0 | EC | 10 | C | 0 | 7 | E1 | 31 | 55 |
| Octal | 307 | 320 | 354 | 20 | 14 | 0 | 7 | 341 | 61 | 125 |
| Binary | 11000111 | 11010000 | 11101100 | 10000 | 1100 | 0 | 111 | 11100001 | 110001 | 1010101 |
Color Harmonies of #C7D0EC
Complementary color
Monochromatic Colors of #C7D0EC
Black with #C7D0EC
Text Example
Text Example
White with #C7D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0EC; }
p { color: rgb(199,208,236); }
H1.HeaderClassName
{
color: #C7D0EC;
}
.AnyTagClassName
{
color: #C7D0EC;
}
</style>
background-color css
<style>
a { background-color: #C7D0EC; }
a { background-color: rgb(199,208,236); }
div.DivClassName
{
background-color: #C7D0EC;
}
.BgClassName
{
background-color: #C7D0EC;
}
</style>
border-color css
<style>
span { border-color: #C7D0EC; }
span { border-color: rgb(199,208,236); }
td.TdClassName
{
border-color: #C7D0EC;
}
.TagClassName
{
border-color: #C7D0EC;
}
</style>