Shades of Periwinkle #C3C9EC
Tints of Periwinkle #C3C9EC
RGB
CMYK
RGB Variations
Color information
#C3C9EC (or 0xC3C9EC) is known color: Periwinkle. HEX triplet: C3, C9 and EC. RGB value is (195,201,236). Sum of RGB (Red+Green+Blue) = 195+201+236=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3C9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C9EC is #3C3613. Grayscale: #CBCBCB. Windows color (decimal): -3946004 or 15518147. OLE color: 15518147.
HSL color Cylindrical-coordinate representation of color #C3C9EC: hue angle of 231.22º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3C9EC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 201 | 236 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.07 |
| HSL | 231.22º | 0.52% | 0.85% | - |
| HSV(B) | 231.22º | 0.17% | 0.93% | - |
| XYZ | 58.53 | 59.43 | 87.74 | - |
| YUV | 203.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 236 | 0.17 | 0.15 | 0 | 0.07 | 231.22 | 0.52 | 0.85 |
| Hex | C3 | C9 | EC | 11 | F | 0 | 7 | E7 | 34 | 55 |
| Octal | 303 | 311 | 354 | 21 | 17 | 0 | 7 | 347 | 64 | 125 |
| Binary | 11000011 | 11001001 | 11101100 | 10001 | 1111 | 0 | 111 | 11100111 | 110100 | 1010101 |
Color Harmonies of #C3C9EC
Complementary color
Monochromatic Colors of #C3C9EC
Black with #C3C9EC
Text Example
Text Example
White with #C3C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C9EC; }
p { color: rgb(195,201,236); }
H1.HeaderClassName
{
color: #C3C9EC;
}
.AnyTagClassName
{
color: #C3C9EC;
}
</style>
background-color css
<style>
a { background-color: #C3C9EC; }
a { background-color: rgb(195,201,236); }
div.DivClassName
{
background-color: #C3C9EC;
}
.BgClassName
{
background-color: #C3C9EC;
}
</style>
border-color css
<style>
span { border-color: #C3C9EC; }
span { border-color: rgb(195,201,236); }
td.TdClassName
{
border-color: #C3C9EC;
}
.TagClassName
{
border-color: #C3C9EC;
}
</style>