Shades of Periwinkle #C2CAEA
Tints of Periwinkle #C2CAEA
RGB
CMYK
RGB Variations
Color information
#C2CAEA (or 0xC2CAEA) is known color: Periwinkle. HEX triplet: C2, CA and EA. RGB value is (194,202,234). Sum of RGB (Red+Green+Blue) = 194+202+234=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAEA is #3D3515. Grayscale: #CBCBCB. Windows color (decimal): -4011286 or 15387330. OLE color: 15387330.
HSL color Cylindrical-coordinate representation of color #C2CAEA: hue angle of 228º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CAEA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 202 | 234 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.08 |
| HSL | 228º | 0.49% | 0.84% | - |
| HSV(B) | 228º | 0.17% | 0.92% | - |
| XYZ | 58.22 | 59.65 | 86.29 | - |
| YUV | 203.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 234 | 0.17 | 0.14 | 0 | 0.08 | 228 | 0.49 | 0.84 |
| Hex | C2 | CA | EA | 11 | E | 0 | 8 | E4 | 31 | 54 |
| Octal | 302 | 312 | 352 | 21 | 16 | 0 | 10 | 344 | 61 | 124 |
| Binary | 11000010 | 11001010 | 11101010 | 10001 | 1110 | 0 | 1000 | 11100100 | 110001 | 1010100 |
Color Harmonies of #C2CAEA
Complementary color
Monochromatic Colors of #C2CAEA
Black with #C2CAEA
Text Example
Text Example
White with #C2CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAEA; }
p { color: rgb(194,202,234); }
H1.HeaderClassName
{
color: #C2CAEA;
}
.AnyTagClassName
{
color: #C2CAEA;
}
</style>
background-color css
<style>
a { background-color: #C2CAEA; }
a { background-color: rgb(194,202,234); }
div.DivClassName
{
background-color: #C2CAEA;
}
.BgClassName
{
background-color: #C2CAEA;
}
</style>
border-color css
<style>
span { border-color: #C2CAEA; }
span { border-color: rgb(194,202,234); }
td.TdClassName
{
border-color: #C2CAEA;
}
.TagClassName
{
border-color: #C2CAEA;
}
</style>