Shades of Periwinkle #C0C4ED
Tints of Periwinkle #C0C4ED
RGB
CMYK
RGB Variations
Color information
#C0C4ED (or 0xC0C4ED) is known color: Periwinkle. HEX triplet: C0, C4 and ED. RGB value is (192,196,237). Sum of RGB (Red+Green+Blue) = 192+196+237=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0C4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C4ED is #3F3B12. Grayscale: #C7C7C7. Windows color (decimal): -4143891 or 15582400. OLE color: 15582400.
HSL color Cylindrical-coordinate representation of color #C0C4ED: hue angle of 234.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0C4ED is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 196 | 237 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.07 |
| HSL | 234.67º | 0.56% | 0.84% | - |
| HSV(B) | 234.67º | 0.19% | 0.93% | - |
| XYZ | 56.76 | 56.8 | 88.09 | - |
| YUV | 199.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 237 | 0.19 | 0.17 | 0 | 0.07 | 234.67 | 0.56 | 0.84 |
| Hex | C0 | C4 | ED | 13 | 11 | 0 | 7 | EB | 38 | 54 |
| Octal | 300 | 304 | 355 | 23 | 21 | 0 | 7 | 353 | 70 | 124 |
| Binary | 11000000 | 11000100 | 11101101 | 10011 | 10001 | 0 | 111 | 11101011 | 111000 | 1010100 |
Color Harmonies of #C0C4ED
Complementary color
Monochromatic Colors of #C0C4ED
Black with #C0C4ED
Text Example
Text Example
White with #C0C4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C4ED; }
p { color: rgb(192,196,237); }
H1.HeaderClassName
{
color: #C0C4ED;
}
.AnyTagClassName
{
color: #C0C4ED;
}
</style>
background-color css
<style>
a { background-color: #C0C4ED; }
a { background-color: rgb(192,196,237); }
div.DivClassName
{
background-color: #C0C4ED;
}
.BgClassName
{
background-color: #C0C4ED;
}
</style>
border-color css
<style>
span { border-color: #C0C4ED; }
span { border-color: rgb(192,196,237); }
td.TdClassName
{
border-color: #C0C4ED;
}
.TagClassName
{
border-color: #C0C4ED;
}
</style>