Shades of Periwinkle #C0C5DC
Tints of Periwinkle #C0C5DC
RGB
CMYK
RGB Variations
Color information
#C0C5DC (or 0xC0C5DC) is known color: Periwinkle. HEX triplet: C0, C5 and DC. RGB value is (192,197,220). Sum of RGB (Red+Green+Blue) = 192+197+220=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C5DC is #3F3A23. Grayscale: #C6C6C6. Windows color (decimal): -4143652 or 14468544. OLE color: 14468544.
HSL color Cylindrical-coordinate representation of color #C0C5DC: hue angle of 229.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0C5DC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 197 | 220 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.14 |
| HSL | 229.29º | 0.29% | 0.81% | - |
| HSV(B) | 229.29º | 0.13% | 0.86% | - |
| XYZ | 54.62 | 56.31 | 75.7 | - |
| YUV | 198.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 220 | 0.13 | 0.10 | 0 | 0.14 | 229.29 | 0.29 | 0.81 |
| Hex | C0 | C5 | DC | D | A | 0 | E | E5 | 1D | 51 |
| Octal | 300 | 305 | 334 | 15 | 12 | 0 | 16 | 345 | 35 | 121 |
| Binary | 11000000 | 11000101 | 11011100 | 1101 | 1010 | 0 | 1110 | 11100101 | 11101 | 1010001 |
Color Harmonies of #C0C5DC
Complementary color
Monochromatic Colors of #C0C5DC
Black with #C0C5DC
Text Example
Text Example
White with #C0C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C5DC; }
p { color: rgb(192,197,220); }
H1.HeaderClassName
{
color: #C0C5DC;
}
.AnyTagClassName
{
color: #C0C5DC;
}
</style>
background-color css
<style>
a { background-color: #C0C5DC; }
a { background-color: rgb(192,197,220); }
div.DivClassName
{
background-color: #C0C5DC;
}
.BgClassName
{
background-color: #C0C5DC;
}
</style>
border-color css
<style>
span { border-color: #C0C5DC; }
span { border-color: rgb(192,197,220); }
td.TdClassName
{
border-color: #C0C5DC;
}
.TagClassName
{
border-color: #C0C5DC;
}
</style>