Shades of Periwinkle #C2CFF2
Tints of Periwinkle #C2CFF2
RGB
CMYK
RGB Variations
Color information
#C2CFF2 (or 0xC2CFF2) is known color: Periwinkle. HEX triplet: C2, CF and F2. RGB value is (194,207,242). Sum of RGB (Red+Green+Blue) = 194+207+242=643 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.17% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFF2 is #3D300D. Grayscale: #CECECE. Windows color (decimal): -4009998 or 15912898. OLE color: 15912898.
HSL color Cylindrical-coordinate representation of color #C2CFF2: hue angle of 223.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2CFF2 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 207 | 242 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.05 |
| HSL | 223.75º | 0.65% | 0.85% | - |
| HSV(B) | 223.75º | 0.2% | 0.95% | - |
| XYZ | 60.59 | 62.51 | 92.88 | - |
| YUV | 207.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 242 | 0.20 | 0.14 | 0 | 0.05 | 223.75 | 0.65 | 0.85 |
| Hex | C2 | CF | F2 | 14 | E | 0 | 5 | E0 | 41 | 55 |
| Octal | 302 | 317 | 362 | 24 | 16 | 0 | 5 | 340 | 101 | 125 |
| Binary | 11000010 | 11001111 | 11110010 | 10100 | 1110 | 0 | 101 | 11100000 | 1000001 | 1010101 |
Color Harmonies of #C2CFF2
Complementary color
Monochromatic Colors of #C2CFF2
Black with #C2CFF2
Text Example
Text Example
White with #C2CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFF2; }
p { color: rgb(194,207,242); }
H1.HeaderClassName
{
color: #C2CFF2;
}
.AnyTagClassName
{
color: #C2CFF2;
}
</style>
background-color css
<style>
a { background-color: #C2CFF2; }
a { background-color: rgb(194,207,242); }
div.DivClassName
{
background-color: #C2CFF2;
}
.BgClassName
{
background-color: #C2CFF2;
}
</style>
border-color css
<style>
span { border-color: #C2CFF2; }
span { border-color: rgb(194,207,242); }
td.TdClassName
{
border-color: #C2CFF2;
}
.TagClassName
{
border-color: #C2CFF2;
}
</style>