Shades of Periwinkle #C4CFF7
Tints of Periwinkle #C4CFF7
RGB
CMYK
RGB Variations
Color information
#C4CFF7 (or 0xC4CFF7) is known color: Periwinkle. HEX triplet: C4, CF and F7. RGB value is (196,207,247). Sum of RGB (Red+Green+Blue) = 196+207+247=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #C4CFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFF7 is #3B3008. Grayscale: #D0D0D0. Windows color (decimal): -3878921 or 16240580. OLE color: 16240580.
HSL color Cylindrical-coordinate representation of color #C4CFF7: hue angle of 227.06º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CFF7 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 207 | 247 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.03 |
| HSL | 227.06º | 0.76% | 0.87% | - |
| HSV(B) | 227.06º | 0.21% | 0.97% | - |
| XYZ | 61.87 | 63.08 | 96.91 | - |
| YUV | 208.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 247 | 0.21 | 0.16 | 0 | 0.03 | 227.06 | 0.76 | 0.87 |
| Hex | C4 | CF | F7 | 15 | 10 | 0 | 3 | E3 | 4C | 57 |
| Octal | 304 | 317 | 367 | 25 | 20 | 0 | 3 | 343 | 114 | 127 |
| Binary | 11000100 | 11001111 | 11110111 | 10101 | 10000 | 0 | 11 | 11100011 | 1001100 | 1010111 |
Color Harmonies of #C4CFF7
Complementary color
Monochromatic Colors of #C4CFF7
Black with #C4CFF7
Text Example
Text Example
White with #C4CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFF7; }
p { color: rgb(196,207,247); }
H1.HeaderClassName
{
color: #C4CFF7;
}
.AnyTagClassName
{
color: #C4CFF7;
}
</style>
background-color css
<style>
a { background-color: #C4CFF7; }
a { background-color: rgb(196,207,247); }
div.DivClassName
{
background-color: #C4CFF7;
}
.BgClassName
{
background-color: #C4CFF7;
}
</style>
border-color css
<style>
span { border-color: #C4CFF7; }
span { border-color: rgb(196,207,247); }
td.TdClassName
{
border-color: #C4CFF7;
}
.TagClassName
{
border-color: #C4CFF7;
}
</style>