Shades of Periwinkle #C2CAF5
Tints of Periwinkle #C2CAF5
RGB
CMYK
RGB Variations
Color information
#C2CAF5 (or 0xC2CAF5) is known color: Periwinkle. HEX triplet: C2, CA and F5. RGB value is (194,202,245). Sum of RGB (Red+Green+Blue) = 194+202+245=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAF5 is #3D350A. Grayscale: #CCCCCC. Windows color (decimal): -4011275 or 16108226. OLE color: 16108226.
HSL color Cylindrical-coordinate representation of color #C2CAF5: hue angle of 230.59º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CAF5 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 202 | 245 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.04 |
| HSL | 230.59º | 0.72% | 0.86% | - |
| HSV(B) | 230.59º | 0.21% | 0.96% | - |
| XYZ | 59.85 | 60.3 | 94.87 | - |
| YUV | 204.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 245 | 0.21 | 0.18 | 0 | 0.04 | 230.59 | 0.72 | 0.86 |
| Hex | C2 | CA | F5 | 15 | 12 | 0 | 4 | E7 | 48 | 56 |
| Octal | 302 | 312 | 365 | 25 | 22 | 0 | 4 | 347 | 110 | 126 |
| Binary | 11000010 | 11001010 | 11110101 | 10101 | 10010 | 0 | 100 | 11100111 | 1001000 | 1010110 |
Color Harmonies of #C2CAF5
Complementary color
Monochromatic Colors of #C2CAF5
Black with #C2CAF5
Text Example
Text Example
White with #C2CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAF5; }
p { color: rgb(194,202,245); }
H1.HeaderClassName
{
color: #C2CAF5;
}
.AnyTagClassName
{
color: #C2CAF5;
}
</style>
background-color css
<style>
a { background-color: #C2CAF5; }
a { background-color: rgb(194,202,245); }
div.DivClassName
{
background-color: #C2CAF5;
}
.BgClassName
{
background-color: #C2CAF5;
}
</style>
border-color css
<style>
span { border-color: #C2CAF5; }
span { border-color: rgb(194,202,245); }
td.TdClassName
{
border-color: #C2CAF5;
}
.TagClassName
{
border-color: #C2CAF5;
}
</style>