Shades of Periwinkle #C6C8DF
Tints of Periwinkle #C6C8DF
RGB
CMYK
RGB Variations
Color information
#C6C8DF (or 0xC6C8DF) is known color: Periwinkle. HEX triplet: C6, C8 and DF. RGB value is (198,200,223). Sum of RGB (Red+Green+Blue) = 198+200+223=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8DF is #393720. Grayscale: #C9C9C9. Windows color (decimal): -3749665 or 14665926. OLE color: 14665926.
HSL color Cylindrical-coordinate representation of color #C6C8DF: hue angle of 235.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6C8DF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 200 | 223 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.13 |
| HSL | 235.2º | 0.28% | 0.83% | - |
| HSV(B) | 235.2º | 0.11% | 0.87% | - |
| XYZ | 57.26 | 58.64 | 78.11 | - |
| YUV | 202.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 223 | 0.11 | 0.10 | 0 | 0.13 | 235.2 | 0.28 | 0.83 |
| Hex | C6 | C8 | DF | B | A | 0 | D | EB | 1C | 53 |
| Octal | 306 | 310 | 337 | 13 | 12 | 0 | 15 | 353 | 34 | 123 |
| Binary | 11000110 | 11001000 | 11011111 | 1011 | 1010 | 0 | 1101 | 11101011 | 11100 | 1010011 |
Color Harmonies of #C6C8DF
Complementary color
Monochromatic Colors of #C6C8DF
Black with #C6C8DF
Text Example
Text Example
White with #C6C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8DF; }
p { color: rgb(198,200,223); }
H1.HeaderClassName
{
color: #C6C8DF;
}
.AnyTagClassName
{
color: #C6C8DF;
}
</style>
background-color css
<style>
a { background-color: #C6C8DF; }
a { background-color: rgb(198,200,223); }
div.DivClassName
{
background-color: #C6C8DF;
}
.BgClassName
{
background-color: #C6C8DF;
}
</style>
border-color css
<style>
span { border-color: #C6C8DF; }
span { border-color: rgb(198,200,223); }
td.TdClassName
{
border-color: #C6C8DF;
}
.TagClassName
{
border-color: #C6C8DF;
}
</style>