Shades of Periwinkle #C7D2EF
Tints of Periwinkle #C7D2EF
RGB
CMYK
RGB Variations
Color information
#C7D2EF (or 0xC7D2EF) is known color: Periwinkle. HEX triplet: C7, D2 and EF. RGB value is (199,210,239). Sum of RGB (Red+Green+Blue) = 199+210+239=648 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.71% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D2EF is #382D10. Grayscale: #D1D1D1. Windows color (decimal): -3681553 or 15717063. OLE color: 15717063.
HSL color Cylindrical-coordinate representation of color #C7D2EF: hue angle of 223.5º degrees, saturation: 0.56, 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 #C7D2EF is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 210 | 239 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.06 |
| HSL | 223.5º | 0.56% | 0.86% | - |
| HSV(B) | 223.5º | 0.17% | 0.94% | - |
| XYZ | 62.18 | 64.47 | 90.83 | - |
| YUV | 210.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 239 | 0.17 | 0.12 | 0 | 0.06 | 223.5 | 0.56 | 0.86 |
| Hex | C7 | D2 | EF | 11 | C | 0 | 6 | E0 | 38 | 56 |
| Octal | 307 | 322 | 357 | 21 | 14 | 0 | 6 | 340 | 70 | 126 |
| Binary | 11000111 | 11010010 | 11101111 | 10001 | 1100 | 0 | 110 | 11100000 | 111000 | 1010110 |
Color Harmonies of #C7D2EF
Complementary color
Monochromatic Colors of #C7D2EF
Black with #C7D2EF
Text Example
Text Example
White with #C7D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2EF; }
p { color: rgb(199,210,239); }
H1.HeaderClassName
{
color: #C7D2EF;
}
.AnyTagClassName
{
color: #C7D2EF;
}
</style>
background-color css
<style>
a { background-color: #C7D2EF; }
a { background-color: rgb(199,210,239); }
div.DivClassName
{
background-color: #C7D2EF;
}
.BgClassName
{
background-color: #C7D2EF;
}
</style>
border-color css
<style>
span { border-color: #C7D2EF; }
span { border-color: rgb(199,210,239); }
td.TdClassName
{
border-color: #C7D2EF;
}
.TagClassName
{
border-color: #C7D2EF;
}
</style>