Shades of Periwinkle #C3C9EF
Tints of Periwinkle #C3C9EF
RGB
CMYK
RGB Variations
Color information
#C3C9EF (or 0xC3C9EF) is known color: Periwinkle. HEX triplet: C3, C9 and EF. RGB value is (195,201,239). Sum of RGB (Red+Green+Blue) = 195+201+239=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C9EF is #3C3610. Grayscale: #CBCBCB. Windows color (decimal): -3946001 or 15714755. OLE color: 15714755.
HSL color Cylindrical-coordinate representation of color #C3C9EF: hue angle of 231.82º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3C9EF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 201 | 239 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.06 |
| HSL | 231.82º | 0.58% | 0.85% | - |
| HSV(B) | 231.82º | 0.18% | 0.94% | - |
| XYZ | 58.97 | 59.61 | 90.06 | - |
| YUV | 203.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 239 | 0.18 | 0.16 | 0 | 0.06 | 231.82 | 0.58 | 0.85 |
| Hex | C3 | C9 | EF | 12 | 10 | 0 | 6 | E8 | 3A | 55 |
| Octal | 303 | 311 | 357 | 22 | 20 | 0 | 6 | 350 | 72 | 125 |
| Binary | 11000011 | 11001001 | 11101111 | 10010 | 10000 | 0 | 110 | 11101000 | 111010 | 1010101 |
Color Harmonies of #C3C9EF
Complementary color
Monochromatic Colors of #C3C9EF
Black with #C3C9EF
Text Example
Text Example
White with #C3C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C9EF; }
p { color: rgb(195,201,239); }
H1.HeaderClassName
{
color: #C3C9EF;
}
.AnyTagClassName
{
color: #C3C9EF;
}
</style>
background-color css
<style>
a { background-color: #C3C9EF; }
a { background-color: rgb(195,201,239); }
div.DivClassName
{
background-color: #C3C9EF;
}
.BgClassName
{
background-color: #C3C9EF;
}
</style>
border-color css
<style>
span { border-color: #C3C9EF; }
span { border-color: rgb(195,201,239); }
td.TdClassName
{
border-color: #C3C9EF;
}
.TagClassName
{
border-color: #C3C9EF;
}
</style>