Shades of Periwinkle #C6CAE6
Tints of Periwinkle #C6CAE6
RGB
CMYK
RGB Variations
Color information
#C6CAE6 (or 0xC6CAE6) is known color: Periwinkle. HEX triplet: C6, CA and E6. RGB value is (198,202,230). Sum of RGB (Red+Green+Blue) = 198+202+230=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAE6 is #393519. Grayscale: #CBCBCB. Windows color (decimal): -3749146 or 15125190. OLE color: 15125190.
HSL color Cylindrical-coordinate representation of color #C6CAE6: hue angle of 232.5º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6CAE6 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 202 | 230 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.10 |
| HSL | 232.5º | 0.39% | 0.84% | - |
| HSV(B) | 232.5º | 0.14% | 0.9% | - |
| XYZ | 58.69 | 59.96 | 83.34 | - |
| YUV | 204 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 230 | 0.14 | 0.12 | 0 | 0.10 | 232.5 | 0.39 | 0.84 |
| Hex | C6 | CA | E6 | E | C | 0 | A | E8 | 27 | 54 |
| Octal | 306 | 312 | 346 | 16 | 14 | 0 | 12 | 350 | 47 | 124 |
| Binary | 11000110 | 11001010 | 11100110 | 1110 | 1100 | 0 | 1010 | 11101000 | 100111 | 1010100 |
Color Harmonies of #C6CAE6
Complementary color
Monochromatic Colors of #C6CAE6
Black with #C6CAE6
Text Example
Text Example
White with #C6CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAE6; }
p { color: rgb(198,202,230); }
H1.HeaderClassName
{
color: #C6CAE6;
}
.AnyTagClassName
{
color: #C6CAE6;
}
</style>
background-color css
<style>
a { background-color: #C6CAE6; }
a { background-color: rgb(198,202,230); }
div.DivClassName
{
background-color: #C6CAE6;
}
.BgClassName
{
background-color: #C6CAE6;
}
</style>
border-color css
<style>
span { border-color: #C6CAE6; }
span { border-color: rgb(198,202,230); }
td.TdClassName
{
border-color: #C6CAE6;
}
.TagClassName
{
border-color: #C6CAE6;
}
</style>