Shades of Periwinkle #C2CEEC
Tints of Periwinkle #C2CEEC
RGB
CMYK
RGB Variations
Color information
#C2CEEC (or 0xC2CEEC) is known color: Periwinkle. HEX triplet: C2, CE and EC. RGB value is (194,206,236). Sum of RGB (Red+Green+Blue) = 194+206+236=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEEC is #3D3113. Grayscale: #CDCDCD. Windows color (decimal): -4010260 or 15519426. OLE color: 15519426.
HSL color Cylindrical-coordinate representation of color #C2CEEC: hue angle of 222.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CEEC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 206 | 236 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.07 |
| HSL | 222.86º | 0.53% | 0.84% | - |
| HSV(B) | 222.86º | 0.18% | 0.93% | - |
| XYZ | 59.46 | 61.67 | 88.13 | - |
| YUV | 205.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 236 | 0.18 | 0.13 | 0 | 0.07 | 222.86 | 0.53 | 0.84 |
| Hex | C2 | CE | EC | 12 | D | 0 | 7 | DF | 34 | 54 |
| Octal | 302 | 316 | 354 | 22 | 15 | 0 | 7 | 337 | 64 | 124 |
| Binary | 11000010 | 11001110 | 11101100 | 10010 | 1101 | 0 | 111 | 11011111 | 110100 | 1010100 |
Color Harmonies of #C2CEEC
Complementary color
Monochromatic Colors of #C2CEEC
Black with #C2CEEC
Text Example
Text Example
White with #C2CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEEC; }
p { color: rgb(194,206,236); }
H1.HeaderClassName
{
color: #C2CEEC;
}
.AnyTagClassName
{
color: #C2CEEC;
}
</style>
background-color css
<style>
a { background-color: #C2CEEC; }
a { background-color: rgb(194,206,236); }
div.DivClassName
{
background-color: #C2CEEC;
}
.BgClassName
{
background-color: #C2CEEC;
}
</style>
border-color css
<style>
span { border-color: #C2CEEC; }
span { border-color: rgb(194,206,236); }
td.TdClassName
{
border-color: #C2CEEC;
}
.TagClassName
{
border-color: #C2CEEC;
}
</style>