Shades of Periwinkle #C0CEFA
Tints of Periwinkle #C0CEFA
RGB
CMYK
RGB Variations
Color information
#C0CEFA (or 0xC0CEFA) is known color: Periwinkle. HEX triplet: C0, CE and FA. RGB value is (192,206,250). Sum of RGB (Red+Green+Blue) = 192+206+250=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEFA is #3F3105. Grayscale: #CECECE. Windows color (decimal): -4141318 or 16436928. OLE color: 16436928.
HSL color Cylindrical-coordinate representation of color #C0CEFA: hue angle of 225.52º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CEFA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 206 | 250 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.02 |
| HSL | 225.52º | 0.85% | 0.87% | - |
| HSV(B) | 225.52º | 0.23% | 0.98% | - |
| XYZ | 61.06 | 62.25 | 99.24 | - |
| YUV | 206.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 250 | 0.23 | 0.18 | 0 | 0.02 | 225.52 | 0.85 | 0.87 |
| Hex | C0 | CE | FA | 17 | 12 | 0 | 2 | E2 | 55 | 57 |
| Octal | 300 | 316 | 372 | 27 | 22 | 0 | 2 | 342 | 125 | 127 |
| Binary | 11000000 | 11001110 | 11111010 | 10111 | 10010 | 0 | 10 | 11100010 | 1010101 | 1010111 |
Color Harmonies of #C0CEFA
Complementary color
Monochromatic Colors of #C0CEFA
Black with #C0CEFA
Text Example
Text Example
White with #C0CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEFA; }
p { color: rgb(192,206,250); }
H1.HeaderClassName
{
color: #C0CEFA;
}
.AnyTagClassName
{
color: #C0CEFA;
}
</style>
background-color css
<style>
a { background-color: #C0CEFA; }
a { background-color: rgb(192,206,250); }
div.DivClassName
{
background-color: #C0CEFA;
}
.BgClassName
{
background-color: #C0CEFA;
}
</style>
border-color css
<style>
span { border-color: #C0CEFA; }
span { border-color: rgb(192,206,250); }
td.TdClassName
{
border-color: #C0CEFA;
}
.TagClassName
{
border-color: #C0CEFA;
}
</style>