Shades of Periwinkle #C0C9DF
Tints of Periwinkle #C0C9DF
RGB
CMYK
RGB Variations
Color information
#C0C9DF (or 0xC0C9DF) is known color: Periwinkle. HEX triplet: C0, C9 and DF. RGB value is (192,201,223). Sum of RGB (Red+Green+Blue) = 192+201+223=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C9DF is #3F3620. Grayscale: #C8C8C8. Windows color (decimal): -4142625 or 14666176. OLE color: 14666176.
HSL color Cylindrical-coordinate representation of color #C0C9DF: hue angle of 222.58º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0C9DF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 201 | 223 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 222.58º | 0.33% | 0.81% | - |
| HSV(B) | 222.58º | 0.14% | 0.87% | - |
| XYZ | 55.94 | 58.31 | 78.12 | - |
| YUV | 200.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 223 | 0.14 | 0.10 | 0 | 0.13 | 222.58 | 0.33 | 0.81 |
| Hex | C0 | C9 | DF | E | A | 0 | D | DF | 21 | 51 |
| Octal | 300 | 311 | 337 | 16 | 12 | 0 | 15 | 337 | 41 | 121 |
| Binary | 11000000 | 11001001 | 11011111 | 1110 | 1010 | 0 | 1101 | 11011111 | 100001 | 1010001 |
Color Harmonies of #C0C9DF
Complementary color
Monochromatic Colors of #C0C9DF
Black with #C0C9DF
Text Example
Text Example
White with #C0C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9DF; }
p { color: rgb(192,201,223); }
H1.HeaderClassName
{
color: #C0C9DF;
}
.AnyTagClassName
{
color: #C0C9DF;
}
</style>
background-color css
<style>
a { background-color: #C0C9DF; }
a { background-color: rgb(192,201,223); }
div.DivClassName
{
background-color: #C0C9DF;
}
.BgClassName
{
background-color: #C0C9DF;
}
</style>
border-color css
<style>
span { border-color: #C0C9DF; }
span { border-color: rgb(192,201,223); }
td.TdClassName
{
border-color: #C0C9DF;
}
.TagClassName
{
border-color: #C0C9DF;
}
</style>