Shades of Periwinkle #C3CAE1
Tints of Periwinkle #C3CAE1
RGB
CMYK
RGB Variations
Color information
#C3CAE1 (or 0xC3CAE1) is known color: Periwinkle. HEX triplet: C3, CA and E1. RGB value is (195,202,225). Sum of RGB (Red+Green+Blue) = 195+202+225=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAE1 is #3C351E. Grayscale: #CACACA. Windows color (decimal): -3945759 or 14797507. OLE color: 14797507.
HSL color Cylindrical-coordinate representation of color #C3CAE1: hue angle of 226º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CAE1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 202 | 225 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.12 |
| HSL | 226º | 0.33% | 0.82% | - |
| HSV(B) | 226º | 0.13% | 0.88% | - |
| XYZ | 57.22 | 59.28 | 79.66 | - |
| YUV | 202.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 225 | 0.13 | 0.10 | 0 | 0.12 | 226 | 0.33 | 0.82 |
| Hex | C3 | CA | E1 | D | A | 0 | C | E2 | 21 | 52 |
| Octal | 303 | 312 | 341 | 15 | 12 | 0 | 14 | 342 | 41 | 122 |
| Binary | 11000011 | 11001010 | 11100001 | 1101 | 1010 | 0 | 1100 | 11100010 | 100001 | 1010010 |
Color Harmonies of #C3CAE1
Complementary color
Monochromatic Colors of #C3CAE1
Black with #C3CAE1
Text Example
Text Example
White with #C3CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAE1; }
p { color: rgb(195,202,225); }
H1.HeaderClassName
{
color: #C3CAE1;
}
.AnyTagClassName
{
color: #C3CAE1;
}
</style>
background-color css
<style>
a { background-color: #C3CAE1; }
a { background-color: rgb(195,202,225); }
div.DivClassName
{
background-color: #C3CAE1;
}
.BgClassName
{
background-color: #C3CAE1;
}
</style>
border-color css
<style>
span { border-color: #C3CAE1; }
span { border-color: rgb(195,202,225); }
td.TdClassName
{
border-color: #C3CAE1;
}
.TagClassName
{
border-color: #C3CAE1;
}
</style>