Shades of Periwinkle #C3C6DC
Tints of Periwinkle #C3C6DC
RGB
CMYK
RGB Variations
Color information
#C3C6DC (or 0xC3C6DC) is known color: Periwinkle. HEX triplet: C3, C6 and DC. RGB value is (195,198,220). Sum of RGB (Red+Green+Blue) = 195+198+220=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6DC is #3C3923. Grayscale: #C7C7C7. Windows color (decimal): -3946788 or 14468803. OLE color: 14468803.
HSL color Cylindrical-coordinate representation of color #C3C6DC: hue angle of 232.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3C6DC is Cyan = 0.11, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 198 | 220 | - |
| CMYK | 0.11 | 0.1 | 0 | 0.14 |
| HSL | 232.8º | 0.26% | 0.81% | - |
| HSV(B) | 232.8º | 0.11% | 0.86% | - |
| XYZ | 55.62 | 57.16 | 75.81 | - |
| YUV | 199.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 220 | 0.11 | 0.1 | 0 | 0.14 | 232.8 | 0.26 | 0.81 |
| Hex | C3 | C6 | DC | B | A | 0 | E | E9 | 1A | 51 |
| Octal | 303 | 306 | 334 | 13 | 12 | 0 | 16 | 351 | 32 | 121 |
| Binary | 11000011 | 11000110 | 11011100 | 1011 | 1010 | 0 | 1110 | 11101001 | 11010 | 1010001 |
Color Harmonies of #C3C6DC
Complementary color
Monochromatic Colors of #C3C6DC
Black with #C3C6DC
Text Example
Text Example
White with #C3C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C6DC; }
p { color: rgb(195,198,220); }
H1.HeaderClassName
{
color: #C3C6DC;
}
.AnyTagClassName
{
color: #C3C6DC;
}
</style>
background-color css
<style>
a { background-color: #C3C6DC; }
a { background-color: rgb(195,198,220); }
div.DivClassName
{
background-color: #C3C6DC;
}
.BgClassName
{
background-color: #C3C6DC;
}
</style>
border-color css
<style>
span { border-color: #C3C6DC; }
span { border-color: rgb(195,198,220); }
td.TdClassName
{
border-color: #C3C6DC;
}
.TagClassName
{
border-color: #C3C6DC;
}
</style>