Shades of Periwinkle #C3CFEA
Tints of Periwinkle #C3CFEA
RGB
CMYK
RGB Variations
Color information
#C3CFEA (or 0xC3CFEA) is known color: Periwinkle. HEX triplet: C3, CF and EA. RGB value is (195,207,234). Sum of RGB (Red+Green+Blue) = 195+207+234=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFEA is #3C3015. Grayscale: #CECECE. Windows color (decimal): -3944470 or 15388611. OLE color: 15388611.
HSL color Cylindrical-coordinate representation of color #C3CFEA: hue angle of 221.54º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CFEA is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 207 | 234 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.08 |
| HSL | 221.54º | 0.48% | 0.84% | - |
| HSV(B) | 221.54º | 0.17% | 0.92% | - |
| XYZ | 59.67 | 62.17 | 86.7 | - |
| YUV | 206.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 234 | 0.17 | 0.12 | 0 | 0.08 | 221.54 | 0.48 | 0.84 |
| Hex | C3 | CF | EA | 11 | C | 0 | 8 | DE | 30 | 54 |
| Octal | 303 | 317 | 352 | 21 | 14 | 0 | 10 | 336 | 60 | 124 |
| Binary | 11000011 | 11001111 | 11101010 | 10001 | 1100 | 0 | 1000 | 11011110 | 110000 | 1010100 |
Color Harmonies of #C3CFEA
Complementary color
Monochromatic Colors of #C3CFEA
Black with #C3CFEA
Text Example
Text Example
White with #C3CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFEA; }
p { color: rgb(195,207,234); }
H1.HeaderClassName
{
color: #C3CFEA;
}
.AnyTagClassName
{
color: #C3CFEA;
}
</style>
background-color css
<style>
a { background-color: #C3CFEA; }
a { background-color: rgb(195,207,234); }
div.DivClassName
{
background-color: #C3CFEA;
}
.BgClassName
{
background-color: #C3CFEA;
}
</style>
border-color css
<style>
span { border-color: #C3CFEA; }
span { border-color: rgb(195,207,234); }
td.TdClassName
{
border-color: #C3CFEA;
}
.TagClassName
{
border-color: #C3CFEA;
}
</style>