Shades of Periwinkle #C3C6D9
Tints of Periwinkle #C3C6D9
RGB
CMYK
RGB Variations
Color information
#C3C6D9 (or 0xC3C6D9) is known color: Periwinkle. HEX triplet: C3, C6 and D9. RGB value is (195,198,217). Sum of RGB (Red+Green+Blue) = 195+198+217=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3C6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6D9 is #3C3926. Grayscale: #C7C7C7. Windows color (decimal): -3946791 or 14272195. OLE color: 14272195.
HSL color Cylindrical-coordinate representation of color #C3C6D9: hue angle of 231.82º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3C6D9 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 198 | 217 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.15 |
| HSL | 231.82º | 0.22% | 0.81% | - |
| HSV(B) | 231.82º | 0.1% | 0.85% | - |
| XYZ | 55.22 | 57 | 73.74 | - |
| YUV | 199.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 217 | 0.10 | 0.09 | 0 | 0.15 | 231.82 | 0.22 | 0.81 |
| Hex | C3 | C6 | D9 | A | 9 | 0 | F | E8 | 16 | 51 |
| Octal | 303 | 306 | 331 | 12 | 11 | 0 | 17 | 350 | 26 | 121 |
| Binary | 11000011 | 11000110 | 11011001 | 1010 | 1001 | 0 | 1111 | 11101000 | 10110 | 1010001 |
Color Harmonies of #C3C6D9
Complementary color
Monochromatic Colors of #C3C6D9
Black with #C3C6D9
Text Example
Text Example
White with #C3C6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C6D9; }
p { color: rgb(195,198,217); }
H1.HeaderClassName
{
color: #C3C6D9;
}
.AnyTagClassName
{
color: #C3C6D9;
}
</style>
background-color css
<style>
a { background-color: #C3C6D9; }
a { background-color: rgb(195,198,217); }
div.DivClassName
{
background-color: #C3C6D9;
}
.BgClassName
{
background-color: #C3C6D9;
}
</style>
border-color css
<style>
span { border-color: #C3C6D9; }
span { border-color: rgb(195,198,217); }
td.TdClassName
{
border-color: #C3C6D9;
}
.TagClassName
{
border-color: #C3C6D9;
}
</style>