Shades of Periwinkle #C1C7DC
Tints of Periwinkle #C1C7DC
RGB
CMYK
RGB Variations
Color information
#C1C7DC (or 0xC1C7DC) is known color: Periwinkle. HEX triplet: C1, C7 and DC. RGB value is (193,199,220). Sum of RGB (Red+Green+Blue) = 193+199+220=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7DC is #3E3823. Grayscale: #C7C7C7. Windows color (decimal): -4077604 or 14469057. OLE color: 14469057.
HSL color Cylindrical-coordinate representation of color #C1C7DC: hue angle of 226.67º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1C7DC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 199 | 220 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.14 |
| HSL | 226.67º | 0.28% | 0.81% | - |
| HSV(B) | 226.67º | 0.12% | 0.86% | - |
| XYZ | 55.33 | 57.35 | 75.86 | - |
| YUV | 199.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 220 | 0.12 | 0.10 | 0 | 0.14 | 226.67 | 0.28 | 0.81 |
| Hex | C1 | C7 | DC | C | A | 0 | E | E3 | 1C | 51 |
| Octal | 301 | 307 | 334 | 14 | 12 | 0 | 16 | 343 | 34 | 121 |
| Binary | 11000001 | 11000111 | 11011100 | 1100 | 1010 | 0 | 1110 | 11100011 | 11100 | 1010001 |
Color Harmonies of #C1C7DC
Complementary color
Monochromatic Colors of #C1C7DC
Black with #C1C7DC
Text Example
Text Example
White with #C1C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C7DC; }
p { color: rgb(193,199,220); }
H1.HeaderClassName
{
color: #C1C7DC;
}
.AnyTagClassName
{
color: #C1C7DC;
}
</style>
background-color css
<style>
a { background-color: #C1C7DC; }
a { background-color: rgb(193,199,220); }
div.DivClassName
{
background-color: #C1C7DC;
}
.BgClassName
{
background-color: #C1C7DC;
}
</style>
border-color css
<style>
span { border-color: #C1C7DC; }
span { border-color: rgb(193,199,220); }
td.TdClassName
{
border-color: #C1C7DC;
}
.TagClassName
{
border-color: #C1C7DC;
}
</style>