Shades of Periwinkle #C2CEE1
Tints of Periwinkle #C2CEE1
RGB
CMYK
RGB Variations
Color information
#C2CEE1 (or 0xC2CEE1) is known color: Periwinkle. HEX triplet: C2, CE and E1. RGB value is (194,206,225). Sum of RGB (Red+Green+Blue) = 194+206+225=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEE1 is #3D311E. Grayscale: #CCCCCC. Windows color (decimal): -4010271 or 14798530. OLE color: 14798530.
HSL color Cylindrical-coordinate representation of color #C2CEE1: hue angle of 216.77º 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 #C2CEE1 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 206 | 225 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.12 |
| HSL | 216.77º | 0.34% | 0.82% | - |
| HSV(B) | 216.77º | 0.14% | 0.88% | - |
| XYZ | 57.91 | 61.05 | 79.97 | - |
| YUV | 204.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 225 | 0.14 | 0.08 | 0 | 0.12 | 216.77 | 0.34 | 0.82 |
| Hex | C2 | CE | E1 | E | 8 | 0 | C | D9 | 22 | 52 |
| Octal | 302 | 316 | 341 | 16 | 10 | 0 | 14 | 331 | 42 | 122 |
| Binary | 11000010 | 11001110 | 11100001 | 1110 | 1000 | 0 | 1100 | 11011001 | 100010 | 1010010 |
Color Harmonies of #C2CEE1
Complementary color
Monochromatic Colors of #C2CEE1
Black with #C2CEE1
Text Example
Text Example
White with #C2CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEE1; }
p { color: rgb(194,206,225); }
H1.HeaderClassName
{
color: #C2CEE1;
}
.AnyTagClassName
{
color: #C2CEE1;
}
</style>
background-color css
<style>
a { background-color: #C2CEE1; }
a { background-color: rgb(194,206,225); }
div.DivClassName
{
background-color: #C2CEE1;
}
.BgClassName
{
background-color: #C2CEE1;
}
</style>
border-color css
<style>
span { border-color: #C2CEE1; }
span { border-color: rgb(194,206,225); }
td.TdClassName
{
border-color: #C2CEE1;
}
.TagClassName
{
border-color: #C2CEE1;
}
</style>