Shades of Periwinkle #C6CCEA
Tints of Periwinkle #C6CCEA
RGB
CMYK
RGB Variations
Color information
#C6CCEA (or 0xC6CCEA) is known color: Periwinkle. HEX triplet: C6, CC and EA. RGB value is (198,204,234). Sum of RGB (Red+Green+Blue) = 198+204+234=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCEA is #393315. Grayscale: #CDCDCD. Windows color (decimal): -3748630 or 15387846. OLE color: 15387846.
HSL color Cylindrical-coordinate representation of color #C6CCEA: hue angle of 230º 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 #C6CCEA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 204 | 234 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.08 |
| HSL | 230º | 0.46% | 0.85% | - |
| HSV(B) | 230º | 0.15% | 0.92% | - |
| XYZ | 59.73 | 61.13 | 86.49 | - |
| YUV | 205.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 234 | 0.15 | 0.13 | 0 | 0.08 | 230 | 0.46 | 0.85 |
| Hex | C6 | CC | EA | F | D | 0 | 8 | E6 | 2E | 55 |
| Octal | 306 | 314 | 352 | 17 | 15 | 0 | 10 | 346 | 56 | 125 |
| Binary | 11000110 | 11001100 | 11101010 | 1111 | 1101 | 0 | 1000 | 11100110 | 101110 | 1010101 |
Color Harmonies of #C6CCEA
Complementary color
Monochromatic Colors of #C6CCEA
Black with #C6CCEA
Text Example
Text Example
White with #C6CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCEA; }
p { color: rgb(198,204,234); }
H1.HeaderClassName
{
color: #C6CCEA;
}
.AnyTagClassName
{
color: #C6CCEA;
}
</style>
background-color css
<style>
a { background-color: #C6CCEA; }
a { background-color: rgb(198,204,234); }
div.DivClassName
{
background-color: #C6CCEA;
}
.BgClassName
{
background-color: #C6CCEA;
}
</style>
border-color css
<style>
span { border-color: #C6CCEA; }
span { border-color: rgb(198,204,234); }
td.TdClassName
{
border-color: #C6CCEA;
}
.TagClassName
{
border-color: #C6CCEA;
}
</style>