Shades of Periwinkle #C4CAE1
Tints of Periwinkle #C4CAE1
RGB
CMYK
RGB Variations
Color information
#C4CAE1 (or 0xC4CAE1) is known color: Periwinkle. HEX triplet: C4, CA and E1. RGB value is (196,202,225). Sum of RGB (Red+Green+Blue) = 196+202+225=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAE1 is #3B351E. Grayscale: #CACACA. Windows color (decimal): -3880223 or 14797508. OLE color: 14797508.
HSL color Cylindrical-coordinate representation of color #C4CAE1: hue angle of 227.59º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4CAE1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 202 | 225 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.12 |
| HSL | 227.59º | 0.33% | 0.83% | - |
| HSV(B) | 227.59º | 0.13% | 0.88% | - |
| XYZ | 57.48 | 59.41 | 79.67 | - |
| YUV | 202.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 225 | 0.13 | 0.10 | 0 | 0.12 | 227.59 | 0.33 | 0.83 |
| Hex | C4 | CA | E1 | D | A | 0 | C | E4 | 21 | 53 |
| Octal | 304 | 312 | 341 | 15 | 12 | 0 | 14 | 344 | 41 | 123 |
| Binary | 11000100 | 11001010 | 11100001 | 1101 | 1010 | 0 | 1100 | 11100100 | 100001 | 1010011 |
Color Harmonies of #C4CAE1
Complementary color
Monochromatic Colors of #C4CAE1
Black with #C4CAE1
Text Example
Text Example
White with #C4CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CAE1; }
p { color: rgb(196,202,225); }
H1.HeaderClassName
{
color: #C4CAE1;
}
.AnyTagClassName
{
color: #C4CAE1;
}
</style>
background-color css
<style>
a { background-color: #C4CAE1; }
a { background-color: rgb(196,202,225); }
div.DivClassName
{
background-color: #C4CAE1;
}
.BgClassName
{
background-color: #C4CAE1;
}
</style>
border-color css
<style>
span { border-color: #C4CAE1; }
span { border-color: rgb(196,202,225); }
td.TdClassName
{
border-color: #C4CAE1;
}
.TagClassName
{
border-color: #C4CAE1;
}
</style>