Shades of Periwinkle #C3CAE8
Tints of Periwinkle #C3CAE8
RGB
CMYK
RGB Variations
Color information
#C3CAE8 (or 0xC3CAE8) is known color: Periwinkle. HEX triplet: C3, CA and E8. RGB value is (195,202,232). Sum of RGB (Red+Green+Blue) = 195+202+232=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAE8 is #3C3517. Grayscale: #CBCBCB. Windows color (decimal): -3945752 or 15256259. OLE color: 15256259.
HSL color Cylindrical-coordinate representation of color #C3CAE8: hue angle of 228.65º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3CAE8 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 202 | 232 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.09 |
| HSL | 228.65º | 0.45% | 0.84% | - |
| HSV(B) | 228.65º | 0.16% | 0.91% | - |
| XYZ | 58.19 | 59.67 | 84.79 | - |
| YUV | 203.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 232 | 0.16 | 0.13 | 0 | 0.09 | 228.65 | 0.45 | 0.84 |
| Hex | C3 | CA | E8 | 10 | D | 0 | 9 | E5 | 2D | 54 |
| Octal | 303 | 312 | 350 | 20 | 15 | 0 | 11 | 345 | 55 | 124 |
| Binary | 11000011 | 11001010 | 11101000 | 10000 | 1101 | 0 | 1001 | 11100101 | 101101 | 1010100 |
Color Harmonies of #C3CAE8
Complementary color
Monochromatic Colors of #C3CAE8
Black with #C3CAE8
Text Example
Text Example
White with #C3CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAE8; }
p { color: rgb(195,202,232); }
H1.HeaderClassName
{
color: #C3CAE8;
}
.AnyTagClassName
{
color: #C3CAE8;
}
</style>
background-color css
<style>
a { background-color: #C3CAE8; }
a { background-color: rgb(195,202,232); }
div.DivClassName
{
background-color: #C3CAE8;
}
.BgClassName
{
background-color: #C3CAE8;
}
</style>
border-color css
<style>
span { border-color: #C3CAE8; }
span { border-color: rgb(195,202,232); }
td.TdClassName
{
border-color: #C3CAE8;
}
.TagClassName
{
border-color: #C3CAE8;
}
</style>