Shades of Periwinkle #C2C6DC
Tints of Periwinkle #C2C6DC
RGB
CMYK
RGB Variations
Color information
#C2C6DC (or 0xC2C6DC) is known color: Periwinkle. HEX triplet: C2, C6 and DC. RGB value is (194,198,220). Sum of RGB (Red+Green+Blue) = 194+198+220=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 198 (77.73% from 255 or 32.35% 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 #C2C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6DC is #3D3923. Grayscale: #C7C7C7. Windows color (decimal): -4012324 or 14468802. OLE color: 14468802.
HSL color Cylindrical-coordinate representation of color #C2C6DC: hue angle of 230.77º degrees, saturation: 0.27, 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 #C2C6DC is Cyan = 0.12, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 198 | 220 | - |
| CMYK | 0.12 | 0.1 | 0 | 0.14 |
| HSL | 230.77º | 0.27% | 0.81% | - |
| HSV(B) | 230.77º | 0.12% | 0.86% | - |
| XYZ | 55.36 | 57.02 | 75.8 | - |
| YUV | 199.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 220 | 0.12 | 0.1 | 0 | 0.14 | 230.77 | 0.27 | 0.81 |
| Hex | C2 | C6 | DC | C | A | 0 | E | E7 | 1B | 51 |
| Octal | 302 | 306 | 334 | 14 | 12 | 0 | 16 | 347 | 33 | 121 |
| Binary | 11000010 | 11000110 | 11011100 | 1100 | 1010 | 0 | 1110 | 11100111 | 11011 | 1010001 |
Color Harmonies of #C2C6DC
Complementary color
Monochromatic Colors of #C2C6DC
Black with #C2C6DC
Text Example
Text Example
White with #C2C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C6DC; }
p { color: rgb(194,198,220); }
H1.HeaderClassName
{
color: #C2C6DC;
}
.AnyTagClassName
{
color: #C2C6DC;
}
</style>
background-color css
<style>
a { background-color: #C2C6DC; }
a { background-color: rgb(194,198,220); }
div.DivClassName
{
background-color: #C2C6DC;
}
.BgClassName
{
background-color: #C2C6DC;
}
</style>
border-color css
<style>
span { border-color: #C2C6DC; }
span { border-color: rgb(194,198,220); }
td.TdClassName
{
border-color: #C2C6DC;
}
.TagClassName
{
border-color: #C2C6DC;
}
</style>