Shades of Periwinkle #C0CCF6
Tints of Periwinkle #C0CCF6
RGB
CMYK
RGB Variations
Color information
#C0CCF6 (or 0xC0CCF6) is known color: Periwinkle. HEX triplet: C0, CC and F6. RGB value is (192,204,246). Sum of RGB (Red+Green+Blue) = 192+204+246=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCF6 is #3F3309. Grayscale: #CDCDCD. Windows color (decimal): -4141834 or 16174272. OLE color: 16174272.
HSL color Cylindrical-coordinate representation of color #C0CCF6: hue angle of 226.67º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CCF6 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 204 | 246 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.04 |
| HSL | 226.67º | 0.75% | 0.86% | - |
| HSV(B) | 226.67º | 0.22% | 0.96% | - |
| XYZ | 59.97 | 61.05 | 95.81 | - |
| YUV | 205.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 246 | 0.22 | 0.17 | 0 | 0.04 | 226.67 | 0.75 | 0.86 |
| Hex | C0 | CC | F6 | 16 | 11 | 0 | 4 | E3 | 4B | 56 |
| Octal | 300 | 314 | 366 | 26 | 21 | 0 | 4 | 343 | 113 | 126 |
| Binary | 11000000 | 11001100 | 11110110 | 10110 | 10001 | 0 | 100 | 11100011 | 1001011 | 1010110 |
Color Harmonies of #C0CCF6
Complementary color
Monochromatic Colors of #C0CCF6
Black with #C0CCF6
Text Example
Text Example
White with #C0CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCF6; }
p { color: rgb(192,204,246); }
H1.HeaderClassName
{
color: #C0CCF6;
}
.AnyTagClassName
{
color: #C0CCF6;
}
</style>
background-color css
<style>
a { background-color: #C0CCF6; }
a { background-color: rgb(192,204,246); }
div.DivClassName
{
background-color: #C0CCF6;
}
.BgClassName
{
background-color: #C0CCF6;
}
</style>
border-color css
<style>
span { border-color: #C0CCF6; }
span { border-color: rgb(192,204,246); }
td.TdClassName
{
border-color: #C0CCF6;
}
.TagClassName
{
border-color: #C0CCF6;
}
</style>