Shades of Periwinkle #C0C7DD
Tints of Periwinkle #C0C7DD
RGB
CMYK
RGB Variations
Color information
#C0C7DD (or 0xC0C7DD) is known color: Periwinkle. HEX triplet: C0, C7 and DD. RGB value is (192,199,221). Sum of RGB (Red+Green+Blue) = 192+199+221=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7DD is #3F3822. Grayscale: #C7C7C7. Windows color (decimal): -4143139 or 14534592. OLE color: 14534592.
HSL color Cylindrical-coordinate representation of color #C0C7DD: hue angle of 225.52º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0C7DD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 199 | 221 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.13 |
| HSL | 225.52º | 0.3% | 0.81% | - |
| HSV(B) | 225.52º | 0.13% | 0.87% | - |
| XYZ | 55.21 | 57.27 | 76.55 | - |
| YUV | 199.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 221 | 0.13 | 0.10 | 0 | 0.13 | 225.52 | 0.3 | 0.81 |
| Hex | C0 | C7 | DD | D | A | 0 | D | E2 | 1E | 51 |
| Octal | 300 | 307 | 335 | 15 | 12 | 0 | 15 | 342 | 36 | 121 |
| Binary | 11000000 | 11000111 | 11011101 | 1101 | 1010 | 0 | 1101 | 11100010 | 11110 | 1010001 |
Color Harmonies of #C0C7DD
Complementary color
Monochromatic Colors of #C0C7DD
Black with #C0C7DD
Text Example
Text Example
White with #C0C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7DD; }
p { color: rgb(192,199,221); }
H1.HeaderClassName
{
color: #C0C7DD;
}
.AnyTagClassName
{
color: #C0C7DD;
}
</style>
background-color css
<style>
a { background-color: #C0C7DD; }
a { background-color: rgb(192,199,221); }
div.DivClassName
{
background-color: #C0C7DD;
}
.BgClassName
{
background-color: #C0C7DD;
}
</style>
border-color css
<style>
span { border-color: #C0C7DD; }
span { border-color: rgb(192,199,221); }
td.TdClassName
{
border-color: #C0C7DD;
}
.TagClassName
{
border-color: #C0C7DD;
}
</style>