Shades of Periwinkle #C6CAEA
Tints of Periwinkle #C6CAEA
RGB
CMYK
RGB Variations
Color information
#C6CAEA (or 0xC6CAEA) is known color: Periwinkle. HEX triplet: C6, CA and EA. RGB value is (198,202,234). Sum of RGB (Red+Green+Blue) = 198+202+234=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAEA is #393515. Grayscale: #CCCCCC. Windows color (decimal): -3749142 or 15387334. OLE color: 15387334.
HSL color Cylindrical-coordinate representation of color #C6CAEA: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CAEA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 202 | 234 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.08 |
| HSL | 233.33º | 0.46% | 0.85% | - |
| HSV(B) | 233.33º | 0.15% | 0.92% | - |
| XYZ | 59.26 | 60.19 | 86.34 | - |
| YUV | 204.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 234 | 0.15 | 0.14 | 0 | 0.08 | 233.33 | 0.46 | 0.85 |
| Hex | C6 | CA | EA | F | E | 0 | 8 | E9 | 2E | 55 |
| Octal | 306 | 312 | 352 | 17 | 16 | 0 | 10 | 351 | 56 | 125 |
| Binary | 11000110 | 11001010 | 11101010 | 1111 | 1110 | 0 | 1000 | 11101001 | 101110 | 1010101 |
Color Harmonies of #C6CAEA
Complementary color
Monochromatic Colors of #C6CAEA
Black with #C6CAEA
Text Example
Text Example
White with #C6CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAEA; }
p { color: rgb(198,202,234); }
H1.HeaderClassName
{
color: #C6CAEA;
}
.AnyTagClassName
{
color: #C6CAEA;
}
</style>
background-color css
<style>
a { background-color: #C6CAEA; }
a { background-color: rgb(198,202,234); }
div.DivClassName
{
background-color: #C6CAEA;
}
.BgClassName
{
background-color: #C6CAEA;
}
</style>
border-color css
<style>
span { border-color: #C6CAEA; }
span { border-color: rgb(198,202,234); }
td.TdClassName
{
border-color: #C6CAEA;
}
.TagClassName
{
border-color: #C6CAEA;
}
</style>