Shades of Periwinkle #C0CCF9
Tints of Periwinkle #C0CCF9
RGB
CMYK
RGB Variations
Color information
#C0CCF9 (or 0xC0CCF9) is known color: Periwinkle. HEX triplet: C0, CC and F9. RGB value is (192,204,249). Sum of RGB (Red+Green+Blue) = 192+204+249=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCF9 is #3F3306. Grayscale: #CDCDCD. Windows color (decimal): -4141831 or 16370880. OLE color: 16370880.
HSL color Cylindrical-coordinate representation of color #C0CCF9: hue angle of 227.37º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CCF9 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 204 | 249 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.02 |
| HSL | 227.37º | 0.83% | 0.86% | - |
| HSV(B) | 227.37º | 0.23% | 0.98% | - |
| XYZ | 60.43 | 61.23 | 98.26 | - |
| YUV | 205.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 249 | 0.23 | 0.18 | 0 | 0.02 | 227.37 | 0.83 | 0.86 |
| Hex | C0 | CC | F9 | 17 | 12 | 0 | 2 | E3 | 53 | 56 |
| Octal | 300 | 314 | 371 | 27 | 22 | 0 | 2 | 343 | 123 | 126 |
| Binary | 11000000 | 11001100 | 11111001 | 10111 | 10010 | 0 | 10 | 11100011 | 1010011 | 1010110 |
Color Harmonies of #C0CCF9
Complementary color
Monochromatic Colors of #C0CCF9
Black with #C0CCF9
Text Example
Text Example
White with #C0CCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCF9; }
p { color: rgb(192,204,249); }
H1.HeaderClassName
{
color: #C0CCF9;
}
.AnyTagClassName
{
color: #C0CCF9;
}
</style>
background-color css
<style>
a { background-color: #C0CCF9; }
a { background-color: rgb(192,204,249); }
div.DivClassName
{
background-color: #C0CCF9;
}
.BgClassName
{
background-color: #C0CCF9;
}
</style>
border-color css
<style>
span { border-color: #C0CCF9; }
span { border-color: rgb(192,204,249); }
td.TdClassName
{
border-color: #C0CCF9;
}
.TagClassName
{
border-color: #C0CCF9;
}
</style>