Shades of Periwinkle #C2CAEC
Tints of Periwinkle #C2CAEC
RGB
CMYK
RGB Variations
Color information
#C2CAEC (or 0xC2CAEC) is known color: Periwinkle. HEX triplet: C2, CA and EC. RGB value is (194,202,236). Sum of RGB (Red+Green+Blue) = 194+202+236=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAEC is #3D3513. Grayscale: #CBCBCB. Windows color (decimal): -4011284 or 15518402. OLE color: 15518402.
HSL color Cylindrical-coordinate representation of color #C2CAEC: hue angle of 228.57º 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 #C2CAEC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 202 | 236 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.07 |
| HSL | 228.57º | 0.53% | 0.84% | - |
| HSV(B) | 228.57º | 0.18% | 0.93% | - |
| XYZ | 58.51 | 59.77 | 87.81 | - |
| YUV | 203.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 236 | 0.18 | 0.14 | 0 | 0.07 | 228.57 | 0.53 | 0.84 |
| Hex | C2 | CA | EC | 12 | E | 0 | 7 | E5 | 34 | 54 |
| Octal | 302 | 312 | 354 | 22 | 16 | 0 | 7 | 345 | 64 | 124 |
| Binary | 11000010 | 11001010 | 11101100 | 10010 | 1110 | 0 | 111 | 11100101 | 110100 | 1010100 |
Color Harmonies of #C2CAEC
Complementary color
Monochromatic Colors of #C2CAEC
Black with #C2CAEC
Text Example
Text Example
White with #C2CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAEC; }
p { color: rgb(194,202,236); }
H1.HeaderClassName
{
color: #C2CAEC;
}
.AnyTagClassName
{
color: #C2CAEC;
}
</style>
background-color css
<style>
a { background-color: #C2CAEC; }
a { background-color: rgb(194,202,236); }
div.DivClassName
{
background-color: #C2CAEC;
}
.BgClassName
{
background-color: #C2CAEC;
}
</style>
border-color css
<style>
span { border-color: #C2CAEC; }
span { border-color: rgb(194,202,236); }
td.TdClassName
{
border-color: #C2CAEC;
}
.TagClassName
{
border-color: #C2CAEC;
}
</style>