Shades of Periwinkle #C2CAF0
Tints of Periwinkle #C2CAF0
RGB
CMYK
RGB Variations
Color information
#C2CAF0 (or 0xC2CAF0) is known color: Periwinkle. HEX triplet: C2, CA and F0. RGB value is (194,202,240). Sum of RGB (Red+Green+Blue) = 194+202+240=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAF0 is #3D350F. Grayscale: #CBCBCB. Windows color (decimal): -4011280 or 15780546. OLE color: 15780546.
HSL color Cylindrical-coordinate representation of color #C2CAF0: hue angle of 229.57º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CAF0 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 202 | 240 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.06 |
| HSL | 229.57º | 0.61% | 0.85% | - |
| HSV(B) | 229.57º | 0.19% | 0.94% | - |
| XYZ | 59.1 | 60 | 90.9 | - |
| YUV | 203.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 240 | 0.19 | 0.16 | 0 | 0.06 | 229.57 | 0.61 | 0.85 |
| Hex | C2 | CA | F0 | 13 | 10 | 0 | 6 | E6 | 3D | 55 |
| Octal | 302 | 312 | 360 | 23 | 20 | 0 | 6 | 346 | 75 | 125 |
| Binary | 11000010 | 11001010 | 11110000 | 10011 | 10000 | 0 | 110 | 11100110 | 111101 | 1010101 |
Color Harmonies of #C2CAF0
Complementary color
Monochromatic Colors of #C2CAF0
Black with #C2CAF0
Text Example
Text Example
White with #C2CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAF0; }
p { color: rgb(194,202,240); }
H1.HeaderClassName
{
color: #C2CAF0;
}
.AnyTagClassName
{
color: #C2CAF0;
}
</style>
background-color css
<style>
a { background-color: #C2CAF0; }
a { background-color: rgb(194,202,240); }
div.DivClassName
{
background-color: #C2CAF0;
}
.BgClassName
{
background-color: #C2CAF0;
}
</style>
border-color css
<style>
span { border-color: #C2CAF0; }
span { border-color: rgb(194,202,240); }
td.TdClassName
{
border-color: #C2CAF0;
}
.TagClassName
{
border-color: #C2CAF0;
}
</style>