Shades of Periwinkle #C6CAE0
Tints of Periwinkle #C6CAE0
RGB
CMYK
RGB Variations
Color information
#C6CAE0 (or 0xC6CAE0) is known color: Periwinkle. HEX triplet: C6, CA and E0. RGB value is (198,202,224). Sum of RGB (Red+Green+Blue) = 198+202+224=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAE0 is #39351F. Grayscale: #CBCBCB. Windows color (decimal): -3749152 or 14731974. OLE color: 14731974.
HSL color Cylindrical-coordinate representation of color #C6CAE0: hue angle of 230.77º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6CAE0 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 202 | 224 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.12 |
| HSL | 230.77º | 0.3% | 0.83% | - |
| HSV(B) | 230.77º | 0.12% | 0.88% | - |
| XYZ | 57.86 | 59.63 | 78.98 | - |
| YUV | 203.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 224 | 0.12 | 0.10 | 0 | 0.12 | 230.77 | 0.3 | 0.83 |
| Hex | C6 | CA | E0 | C | A | 0 | C | E7 | 1E | 53 |
| Octal | 306 | 312 | 340 | 14 | 12 | 0 | 14 | 347 | 36 | 123 |
| Binary | 11000110 | 11001010 | 11100000 | 1100 | 1010 | 0 | 1100 | 11100111 | 11110 | 1010011 |
Color Harmonies of #C6CAE0
Complementary color
Monochromatic Colors of #C6CAE0
Black with #C6CAE0
Text Example
Text Example
White with #C6CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAE0; }
p { color: rgb(198,202,224); }
H1.HeaderClassName
{
color: #C6CAE0;
}
.AnyTagClassName
{
color: #C6CAE0;
}
</style>
background-color css
<style>
a { background-color: #C6CAE0; }
a { background-color: rgb(198,202,224); }
div.DivClassName
{
background-color: #C6CAE0;
}
.BgClassName
{
background-color: #C6CAE0;
}
</style>
border-color css
<style>
span { border-color: #C6CAE0; }
span { border-color: rgb(198,202,224); }
td.TdClassName
{
border-color: #C6CAE0;
}
.TagClassName
{
border-color: #C6CAE0;
}
</style>