Shades of Periwinkle #C3C6DF
Tints of Periwinkle #C3C6DF
RGB
CMYK
RGB Variations
Color information
#C3C6DF (or 0xC3C6DF) is known color: Periwinkle. HEX triplet: C3, C6 and DF. RGB value is (195,198,223). Sum of RGB (Red+Green+Blue) = 195+198+223=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 198 (77.73% from 255 or 32.14% 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 #C3C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6DF is #3C3920. Grayscale: #C7C7C7. Windows color (decimal): -3946785 or 14665411. OLE color: 14665411.
HSL color Cylindrical-coordinate representation of color #C3C6DF: hue angle of 233.57º degrees, saturation: 0.3, 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 #C3C6DF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 198 | 223 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.13 |
| HSL | 233.57º | 0.3% | 0.82% | - |
| HSV(B) | 233.57º | 0.13% | 0.87% | - |
| XYZ | 56.02 | 57.32 | 77.92 | - |
| YUV | 199.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 223 | 0.13 | 0.11 | 0 | 0.13 | 233.57 | 0.3 | 0.82 |
| Hex | C3 | C6 | DF | D | B | 0 | D | EA | 1E | 52 |
| Octal | 303 | 306 | 337 | 15 | 13 | 0 | 15 | 352 | 36 | 122 |
| Binary | 11000011 | 11000110 | 11011111 | 1101 | 1011 | 0 | 1101 | 11101010 | 11110 | 1010010 |
Color Harmonies of #C3C6DF
Complementary color
Monochromatic Colors of #C3C6DF
Black with #C3C6DF
Text Example
Text Example
White with #C3C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C6DF; }
p { color: rgb(195,198,223); }
H1.HeaderClassName
{
color: #C3C6DF;
}
.AnyTagClassName
{
color: #C3C6DF;
}
</style>
background-color css
<style>
a { background-color: #C3C6DF; }
a { background-color: rgb(195,198,223); }
div.DivClassName
{
background-color: #C3C6DF;
}
.BgClassName
{
background-color: #C3C6DF;
}
</style>
border-color css
<style>
span { border-color: #C3C6DF; }
span { border-color: rgb(195,198,223); }
td.TdClassName
{
border-color: #C3C6DF;
}
.TagClassName
{
border-color: #C3C6DF;
}
</style>