Shades of Periwinkle #C5CAE3
Tints of Periwinkle #C5CAE3
RGB
CMYK
RGB Variations
Color information
#C5CAE3 (or 0xC5CAE3) is known color: Periwinkle. HEX triplet: C5, CA and E3. RGB value is (197,202,227). Sum of RGB (Red+Green+Blue) = 197+202+227=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5CAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAE3 is #3A351C. Grayscale: #CBCBCB. Windows color (decimal): -3814685 or 14928581. OLE color: 14928581.
HSL color Cylindrical-coordinate representation of color #C5CAE3: hue angle of 230º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5CAE3 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 202 | 227 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.11 |
| HSL | 230º | 0.35% | 0.83% | - |
| HSV(B) | 230º | 0.13% | 0.89% | - |
| XYZ | 58.01 | 59.66 | 81.13 | - |
| YUV | 203.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 227 | 0.13 | 0.11 | 0 | 0.11 | 230 | 0.35 | 0.83 |
| Hex | C5 | CA | E3 | D | B | 0 | B | E6 | 23 | 53 |
| Octal | 305 | 312 | 343 | 15 | 13 | 0 | 13 | 346 | 43 | 123 |
| Binary | 11000101 | 11001010 | 11100011 | 1101 | 1011 | 0 | 1011 | 11100110 | 100011 | 1010011 |
Color Harmonies of #C5CAE3
Complementary color
Monochromatic Colors of #C5CAE3
Black with #C5CAE3
Text Example
Text Example
White with #C5CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAE3; }
p { color: rgb(197,202,227); }
H1.HeaderClassName
{
color: #C5CAE3;
}
.AnyTagClassName
{
color: #C5CAE3;
}
</style>
background-color css
<style>
a { background-color: #C5CAE3; }
a { background-color: rgb(197,202,227); }
div.DivClassName
{
background-color: #C5CAE3;
}
.BgClassName
{
background-color: #C5CAE3;
}
</style>
border-color css
<style>
span { border-color: #C5CAE3; }
span { border-color: rgb(197,202,227); }
td.TdClassName
{
border-color: #C5CAE3;
}
.TagClassName
{
border-color: #C5CAE3;
}
</style>