Shades of Periwinkle #C7C9DC
Tints of Periwinkle #C7C9DC
RGB
CMYK
RGB Variations
Color information
#C7C9DC (or 0xC7C9DC) is known color: Periwinkle. HEX triplet: C7, C9 and DC. RGB value is (199,201,220). Sum of RGB (Red+Green+Blue) = 199+201+220=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C9DC is #383623. Grayscale: #CACACA. Windows color (decimal): -3683876 or 14469575. OLE color: 14469575.
HSL color Cylindrical-coordinate representation of color #C7C9DC: hue angle of 234.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C9DC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 201 | 220 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.14 |
| HSL | 234.29º | 0.23% | 0.82% | - |
| HSV(B) | 234.29º | 0.1% | 0.86% | - |
| XYZ | 57.36 | 59.08 | 76.09 | - |
| YUV | 202.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 220 | 0.10 | 0.09 | 0 | 0.14 | 234.29 | 0.23 | 0.82 |
| Hex | C7 | C9 | DC | A | 9 | 0 | E | EA | 17 | 52 |
| Octal | 307 | 311 | 334 | 12 | 11 | 0 | 16 | 352 | 27 | 122 |
| Binary | 11000111 | 11001001 | 11011100 | 1010 | 1001 | 0 | 1110 | 11101010 | 10111 | 1010010 |
Color Harmonies of #C7C9DC
Complementary color
Monochromatic Colors of #C7C9DC
Black with #C7C9DC
Text Example
Text Example
White with #C7C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C9DC; }
p { color: rgb(199,201,220); }
H1.HeaderClassName
{
color: #C7C9DC;
}
.AnyTagClassName
{
color: #C7C9DC;
}
</style>
background-color css
<style>
a { background-color: #C7C9DC; }
a { background-color: rgb(199,201,220); }
div.DivClassName
{
background-color: #C7C9DC;
}
.BgClassName
{
background-color: #C7C9DC;
}
</style>
border-color css
<style>
span { border-color: #C7C9DC; }
span { border-color: rgb(199,201,220); }
td.TdClassName
{
border-color: #C7C9DC;
}
.TagClassName
{
border-color: #C7C9DC;
}
</style>