Shades of Periwinkle #C1C9DF
Tints of Periwinkle #C1C9DF
RGB
CMYK
RGB Variations
Color information
#C1C9DF (or 0xC1C9DF) is known color: Periwinkle. HEX triplet: C1, C9 and DF. RGB value is (193,201,223). Sum of RGB (Red+Green+Blue) = 193+201+223=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C9DF is #3E3620. Grayscale: #C9C9C9. Windows color (decimal): -4077089 or 14666177. OLE color: 14666177.
HSL color Cylindrical-coordinate representation of color #C1C9DF: hue angle of 224º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1C9DF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 201 | 223 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.13 |
| HSL | 224º | 0.32% | 0.82% | - |
| HSV(B) | 224º | 0.13% | 0.87% | - |
| XYZ | 56.2 | 58.44 | 78.13 | - |
| YUV | 201.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 223 | 0.13 | 0.10 | 0 | 0.13 | 224 | 0.32 | 0.82 |
| Hex | C1 | C9 | DF | D | A | 0 | D | E0 | 20 | 52 |
| Octal | 301 | 311 | 337 | 15 | 12 | 0 | 15 | 340 | 40 | 122 |
| Binary | 11000001 | 11001001 | 11011111 | 1101 | 1010 | 0 | 1101 | 11100000 | 100000 | 1010010 |
Color Harmonies of #C1C9DF
Complementary color
Monochromatic Colors of #C1C9DF
Black with #C1C9DF
Text Example
Text Example
White with #C1C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C9DF; }
p { color: rgb(193,201,223); }
H1.HeaderClassName
{
color: #C1C9DF;
}
.AnyTagClassName
{
color: #C1C9DF;
}
</style>
background-color css
<style>
a { background-color: #C1C9DF; }
a { background-color: rgb(193,201,223); }
div.DivClassName
{
background-color: #C1C9DF;
}
.BgClassName
{
background-color: #C1C9DF;
}
</style>
border-color css
<style>
span { border-color: #C1C9DF; }
span { border-color: rgb(193,201,223); }
td.TdClassName
{
border-color: #C1C9DF;
}
.TagClassName
{
border-color: #C1C9DF;
}
</style>