Shades of Periwinkle #C6CAE4
Tints of Periwinkle #C6CAE4
RGB
CMYK
RGB Variations
Color information
#C6CAE4 (or 0xC6CAE4) is known color: Periwinkle. HEX triplet: C6, CA and E4. RGB value is (198,202,228). Sum of RGB (Red+Green+Blue) = 198+202+228=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAE4 is #39351B. Grayscale: #CBCBCB. Windows color (decimal): -3749148 or 14994118. OLE color: 14994118.
HSL color Cylindrical-coordinate representation of color #C6CAE4: hue angle of 232º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6CAE4 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 202 | 228 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.11 |
| HSL | 232º | 0.36% | 0.84% | - |
| HSV(B) | 232º | 0.13% | 0.89% | - |
| XYZ | 58.41 | 59.85 | 81.87 | - |
| YUV | 203.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 228 | 0.13 | 0.11 | 0 | 0.11 | 232 | 0.36 | 0.84 |
| Hex | C6 | CA | E4 | D | B | 0 | B | E8 | 24 | 54 |
| Octal | 306 | 312 | 344 | 15 | 13 | 0 | 13 | 350 | 44 | 124 |
| Binary | 11000110 | 11001010 | 11100100 | 1101 | 1011 | 0 | 1011 | 11101000 | 100100 | 1010100 |
Color Harmonies of #C6CAE4
Complementary color
Monochromatic Colors of #C6CAE4
Black with #C6CAE4
Text Example
Text Example
White with #C6CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAE4; }
p { color: rgb(198,202,228); }
H1.HeaderClassName
{
color: #C6CAE4;
}
.AnyTagClassName
{
color: #C6CAE4;
}
</style>
background-color css
<style>
a { background-color: #C6CAE4; }
a { background-color: rgb(198,202,228); }
div.DivClassName
{
background-color: #C6CAE4;
}
.BgClassName
{
background-color: #C6CAE4;
}
</style>
border-color css
<style>
span { border-color: #C6CAE4; }
span { border-color: rgb(198,202,228); }
td.TdClassName
{
border-color: #C6CAE4;
}
.TagClassName
{
border-color: #C6CAE4;
}
</style>