Shades of Periwinkle #C2C8DC
Tints of Periwinkle #C2C8DC
RGB
CMYK
RGB Variations
Color information
#C2C8DC (or 0xC2C8DC) is known color: Periwinkle. HEX triplet: C2, C8 and DC. RGB value is (194,200,220). Sum of RGB (Red+Green+Blue) = 194+200+220=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8DC is #3D3723. Grayscale: #C8C8C8. Windows color (decimal): -4011812 or 14469314. OLE color: 14469314.
HSL color Cylindrical-coordinate representation of color #C2C8DC: hue angle of 226.15º 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 #C2C8DC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 200 | 220 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.14 |
| HSL | 226.15º | 0.27% | 0.81% | - |
| HSV(B) | 226.15º | 0.12% | 0.86% | - |
| XYZ | 55.82 | 57.95 | 75.95 | - |
| YUV | 200.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 220 | 0.12 | 0.09 | 0 | 0.14 | 226.15 | 0.27 | 0.81 |
| Hex | C2 | C8 | DC | C | 9 | 0 | E | E2 | 1B | 51 |
| Octal | 302 | 310 | 334 | 14 | 11 | 0 | 16 | 342 | 33 | 121 |
| Binary | 11000010 | 11001000 | 11011100 | 1100 | 1001 | 0 | 1110 | 11100010 | 11011 | 1010001 |
Color Harmonies of #C2C8DC
Complementary color
Monochromatic Colors of #C2C8DC
Black with #C2C8DC
Text Example
Text Example
White with #C2C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C8DC; }
p { color: rgb(194,200,220); }
H1.HeaderClassName
{
color: #C2C8DC;
}
.AnyTagClassName
{
color: #C2C8DC;
}
</style>
background-color css
<style>
a { background-color: #C2C8DC; }
a { background-color: rgb(194,200,220); }
div.DivClassName
{
background-color: #C2C8DC;
}
.BgClassName
{
background-color: #C2C8DC;
}
</style>
border-color css
<style>
span { border-color: #C2C8DC; }
span { border-color: rgb(194,200,220); }
td.TdClassName
{
border-color: #C2C8DC;
}
.TagClassName
{
border-color: #C2C8DC;
}
</style>