Shades of Periwinkle #C2C6E8
Tints of Periwinkle #C2C6E8
RGB
CMYK
RGB Variations
Color information
#C2C6E8 (or 0xC2C6E8) is known color: Periwinkle. HEX triplet: C2, C6 and E8. RGB value is (194,198,232). Sum of RGB (Red+Green+Blue) = 194+198+232=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2C6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C6E8 is #3D3917. Grayscale: #C8C8C8. Windows color (decimal): -4012312 or 15255234. OLE color: 15255234.
HSL color Cylindrical-coordinate representation of color #C2C6E8: hue angle of 233.68º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2C6E8 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 198 | 232 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.09 |
| HSL | 233.68º | 0.45% | 0.84% | - |
| HSV(B) | 233.68º | 0.16% | 0.91% | - |
| XYZ | 57.01 | 57.68 | 84.47 | - |
| YUV | 200.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 232 | 0.16 | 0.15 | 0 | 0.09 | 233.68 | 0.45 | 0.84 |
| Hex | C2 | C6 | E8 | 10 | F | 0 | 9 | EA | 2D | 54 |
| Octal | 302 | 306 | 350 | 20 | 17 | 0 | 11 | 352 | 55 | 124 |
| Binary | 11000010 | 11000110 | 11101000 | 10000 | 1111 | 0 | 1001 | 11101010 | 101101 | 1010100 |
Color Harmonies of #C2C6E8
Complementary color
Monochromatic Colors of #C2C6E8
Black with #C2C6E8
Text Example
Text Example
White with #C2C6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C6E8; }
p { color: rgb(194,198,232); }
H1.HeaderClassName
{
color: #C2C6E8;
}
.AnyTagClassName
{
color: #C2C6E8;
}
</style>
background-color css
<style>
a { background-color: #C2C6E8; }
a { background-color: rgb(194,198,232); }
div.DivClassName
{
background-color: #C2C6E8;
}
.BgClassName
{
background-color: #C2C6E8;
}
</style>
border-color css
<style>
span { border-color: #C2C6E8; }
span { border-color: rgb(194,198,232); }
td.TdClassName
{
border-color: #C2C6E8;
}
.TagClassName
{
border-color: #C2C6E8;
}
</style>