Shades of Periwinkle #C2CCEC
Tints of Periwinkle #C2CCEC
RGB
CMYK
RGB Variations
Color information
#C2CCEC (or 0xC2CCEC) is known color: Periwinkle. HEX triplet: C2, CC and EC. RGB value is (194,204,236). Sum of RGB (Red+Green+Blue) = 194+204+236=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCEC is #3D3313. Grayscale: #CCCCCC. Windows color (decimal): -4010772 or 15518914. OLE color: 15518914.
HSL color Cylindrical-coordinate representation of color #C2CCEC: hue angle of 225.71º 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 #C2CCEC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 204 | 236 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.07 |
| HSL | 225.71º | 0.53% | 0.84% | - |
| HSV(B) | 225.71º | 0.18% | 0.93% | - |
| XYZ | 58.98 | 60.71 | 87.97 | - |
| YUV | 204.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 236 | 0.18 | 0.14 | 0 | 0.07 | 225.71 | 0.53 | 0.84 |
| Hex | C2 | CC | EC | 12 | E | 0 | 7 | E2 | 34 | 54 |
| Octal | 302 | 314 | 354 | 22 | 16 | 0 | 7 | 342 | 64 | 124 |
| Binary | 11000010 | 11001100 | 11101100 | 10010 | 1110 | 0 | 111 | 11100010 | 110100 | 1010100 |
Color Harmonies of #C2CCEC
Complementary color
Monochromatic Colors of #C2CCEC
Black with #C2CCEC
Text Example
Text Example
White with #C2CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCEC; }
p { color: rgb(194,204,236); }
H1.HeaderClassName
{
color: #C2CCEC;
}
.AnyTagClassName
{
color: #C2CCEC;
}
</style>
background-color css
<style>
a { background-color: #C2CCEC; }
a { background-color: rgb(194,204,236); }
div.DivClassName
{
background-color: #C2CCEC;
}
.BgClassName
{
background-color: #C2CCEC;
}
</style>
border-color css
<style>
span { border-color: #C2CCEC; }
span { border-color: rgb(194,204,236); }
td.TdClassName
{
border-color: #C2CCEC;
}
.TagClassName
{
border-color: #C2CCEC;
}
</style>