Shades of Periwinkle #C2CFFA
Tints of Periwinkle #C2CFFA
RGB
CMYK
RGB Variations
Color information
#C2CFFA (or 0xC2CFFA) is known color: Periwinkle. HEX triplet: C2, CF and FA. RGB value is (194,207,250). Sum of RGB (Red+Green+Blue) = 194+207+250=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFFA is #3D3005. Grayscale: #CFCFCF. Windows color (decimal): -4009990 or 16437186. OLE color: 16437186.
HSL color Cylindrical-coordinate representation of color #C2CFFA: hue angle of 226.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2CFFA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 207 | 250 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.02 |
| HSL | 226.07º | 0.85% | 0.87% | - |
| HSV(B) | 226.07º | 0.22% | 0.98% | - |
| XYZ | 61.82 | 63 | 99.34 | - |
| YUV | 208.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 250 | 0.22 | 0.17 | 0 | 0.02 | 226.07 | 0.85 | 0.87 |
| Hex | C2 | CF | FA | 16 | 11 | 0 | 2 | E2 | 55 | 57 |
| Octal | 302 | 317 | 372 | 26 | 21 | 0 | 2 | 342 | 125 | 127 |
| Binary | 11000010 | 11001111 | 11111010 | 10110 | 10001 | 0 | 10 | 11100010 | 1010101 | 1010111 |
Color Harmonies of #C2CFFA
Complementary color
Monochromatic Colors of #C2CFFA
Black with #C2CFFA
Text Example
Text Example
White with #C2CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFFA; }
p { color: rgb(194,207,250); }
H1.HeaderClassName
{
color: #C2CFFA;
}
.AnyTagClassName
{
color: #C2CFFA;
}
</style>
background-color css
<style>
a { background-color: #C2CFFA; }
a { background-color: rgb(194,207,250); }
div.DivClassName
{
background-color: #C2CFFA;
}
.BgClassName
{
background-color: #C2CFFA;
}
</style>
border-color css
<style>
span { border-color: #C2CFFA; }
span { border-color: rgb(194,207,250); }
td.TdClassName
{
border-color: #C2CFFA;
}
.TagClassName
{
border-color: #C2CFFA;
}
</style>