Shades of Periwinkle #C2C9E9
Tints of Periwinkle #C2C9E9
RGB
CMYK
RGB Variations
Color information
#C2C9E9 (or 0xC2C9E9) is known color: Periwinkle. HEX triplet: C2, C9 and E9. RGB value is (194,201,233). Sum of RGB (Red+Green+Blue) = 194+201+233=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2C9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C9E9 is #3D3616. Grayscale: #CACACA. Windows color (decimal): -4011543 or 15321538. OLE color: 15321538.
HSL color Cylindrical-coordinate representation of color #C2C9E9: hue angle of 229.23º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2C9E9 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 201 | 233 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.09 |
| HSL | 229.23º | 0.47% | 0.84% | - |
| HSV(B) | 229.23º | 0.17% | 0.91% | - |
| XYZ | 57.84 | 59.13 | 85.45 | - |
| YUV | 202.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 233 | 0.17 | 0.14 | 0 | 0.09 | 229.23 | 0.47 | 0.84 |
| Hex | C2 | C9 | E9 | 11 | E | 0 | 9 | E5 | 2F | 54 |
| Octal | 302 | 311 | 351 | 21 | 16 | 0 | 11 | 345 | 57 | 124 |
| Binary | 11000010 | 11001001 | 11101001 | 10001 | 1110 | 0 | 1001 | 11100101 | 101111 | 1010100 |
Color Harmonies of #C2C9E9
Complementary color
Monochromatic Colors of #C2C9E9
Black with #C2C9E9
Text Example
Text Example
White with #C2C9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9E9; }
p { color: rgb(194,201,233); }
H1.HeaderClassName
{
color: #C2C9E9;
}
.AnyTagClassName
{
color: #C2C9E9;
}
</style>
background-color css
<style>
a { background-color: #C2C9E9; }
a { background-color: rgb(194,201,233); }
div.DivClassName
{
background-color: #C2C9E9;
}
.BgClassName
{
background-color: #C2C9E9;
}
</style>
border-color css
<style>
span { border-color: #C2C9E9; }
span { border-color: rgb(194,201,233); }
td.TdClassName
{
border-color: #C2C9E9;
}
.TagClassName
{
border-color: #C2C9E9;
}
</style>