Shades of Periwinkle #C0CEF9
Tints of Periwinkle #C0CEF9
RGB
CMYK
RGB Variations
Color information
#C0CEF9 (or 0xC0CEF9) is known color: Periwinkle. HEX triplet: C0, CE and F9. RGB value is (192,206,249). Sum of RGB (Red+Green+Blue) = 192+206+249=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEF9 is #3F3106. Grayscale: #CECECE. Windows color (decimal): -4141319 or 16371392. OLE color: 16371392.
HSL color Cylindrical-coordinate representation of color #C0CEF9: hue angle of 225.26º 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 #C0CEF9 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 206 | 249 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.02 |
| HSL | 225.26º | 0.83% | 0.86% | - |
| HSV(B) | 225.26º | 0.23% | 0.98% | - |
| XYZ | 60.91 | 62.19 | 98.42 | - |
| YUV | 206.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 249 | 0.23 | 0.17 | 0 | 0.02 | 225.26 | 0.83 | 0.86 |
| Hex | C0 | CE | F9 | 17 | 11 | 0 | 2 | E1 | 53 | 56 |
| Octal | 300 | 316 | 371 | 27 | 21 | 0 | 2 | 341 | 123 | 126 |
| Binary | 11000000 | 11001110 | 11111001 | 10111 | 10001 | 0 | 10 | 11100001 | 1010011 | 1010110 |
Color Harmonies of #C0CEF9
Complementary color
Monochromatic Colors of #C0CEF9
Black with #C0CEF9
Text Example
Text Example
White with #C0CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEF9; }
p { color: rgb(192,206,249); }
H1.HeaderClassName
{
color: #C0CEF9;
}
.AnyTagClassName
{
color: #C0CEF9;
}
</style>
background-color css
<style>
a { background-color: #C0CEF9; }
a { background-color: rgb(192,206,249); }
div.DivClassName
{
background-color: #C0CEF9;
}
.BgClassName
{
background-color: #C0CEF9;
}
</style>
border-color css
<style>
span { border-color: #C0CEF9; }
span { border-color: rgb(192,206,249); }
td.TdClassName
{
border-color: #C0CEF9;
}
.TagClassName
{
border-color: #C0CEF9;
}
</style>