Shades of Periwinkle #C2C7E1
Tints of Periwinkle #C2C7E1
RGB
CMYK
RGB Variations
Color information
#C2C7E1 (or 0xC2C7E1) is known color: Periwinkle. HEX triplet: C2, C7 and E1. RGB value is (194,199,225). Sum of RGB (Red+Green+Blue) = 194+199+225=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2C7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7E1 is #3D381E. Grayscale: #C8C8C8. Windows color (decimal): -4012063 or 14796738. OLE color: 14796738.
HSL color Cylindrical-coordinate representation of color #C2C7E1: hue angle of 230.32º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2C7E1 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 199 | 225 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.12 |
| HSL | 230.32º | 0.34% | 0.82% | - |
| HSV(B) | 230.32º | 0.14% | 0.88% | - |
| XYZ | 56.26 | 57.75 | 79.42 | - |
| YUV | 200.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 225 | 0.14 | 0.12 | 0 | 0.12 | 230.32 | 0.34 | 0.82 |
| Hex | C2 | C7 | E1 | E | C | 0 | C | E6 | 22 | 52 |
| Octal | 302 | 307 | 341 | 16 | 14 | 0 | 14 | 346 | 42 | 122 |
| Binary | 11000010 | 11000111 | 11100001 | 1110 | 1100 | 0 | 1100 | 11100110 | 100010 | 1010010 |
Color Harmonies of #C2C7E1
Complementary color
Monochromatic Colors of #C2C7E1
Black with #C2C7E1
Text Example
Text Example
White with #C2C7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7E1; }
p { color: rgb(194,199,225); }
H1.HeaderClassName
{
color: #C2C7E1;
}
.AnyTagClassName
{
color: #C2C7E1;
}
</style>
background-color css
<style>
a { background-color: #C2C7E1; }
a { background-color: rgb(194,199,225); }
div.DivClassName
{
background-color: #C2C7E1;
}
.BgClassName
{
background-color: #C2C7E1;
}
</style>
border-color css
<style>
span { border-color: #C2C7E1; }
span { border-color: rgb(194,199,225); }
td.TdClassName
{
border-color: #C2C7E1;
}
.TagClassName
{
border-color: #C2C7E1;
}
</style>