Shades of Periwinkle #C4CFF8
Tints of Periwinkle #C4CFF8
RGB
CMYK
RGB Variations
Color information
#C4CFF8 (or 0xC4CFF8) is known color: Periwinkle. HEX triplet: C4, CF and F8. RGB value is (196,207,248). Sum of RGB (Red+Green+Blue) = 196+207+248=651 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.11% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFF8 is #3B3007. Grayscale: #D0D0D0. Windows color (decimal): -3878920 or 16306116. OLE color: 16306116.
HSL color Cylindrical-coordinate representation of color #C4CFF8: hue angle of 227.31º degrees, saturation: 0.79, 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 #C4CFF8 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 207 | 248 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.03 |
| HSL | 227.31º | 0.79% | 0.87% | - |
| HSV(B) | 227.31º | 0.21% | 0.97% | - |
| XYZ | 62.02 | 63.14 | 97.73 | - |
| YUV | 208.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 248 | 0.21 | 0.17 | 0 | 0.03 | 227.31 | 0.79 | 0.87 |
| Hex | C4 | CF | F8 | 15 | 11 | 0 | 3 | E3 | 4F | 57 |
| Octal | 304 | 317 | 370 | 25 | 21 | 0 | 3 | 343 | 117 | 127 |
| Binary | 11000100 | 11001111 | 11111000 | 10101 | 10001 | 0 | 11 | 11100011 | 1001111 | 1010111 |
Color Harmonies of #C4CFF8
Complementary color
Monochromatic Colors of #C4CFF8
Black with #C4CFF8
Text Example
Text Example
White with #C4CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFF8; }
p { color: rgb(196,207,248); }
H1.HeaderClassName
{
color: #C4CFF8;
}
.AnyTagClassName
{
color: #C4CFF8;
}
</style>
background-color css
<style>
a { background-color: #C4CFF8; }
a { background-color: rgb(196,207,248); }
div.DivClassName
{
background-color: #C4CFF8;
}
.BgClassName
{
background-color: #C4CFF8;
}
</style>
border-color css
<style>
span { border-color: #C4CFF8; }
span { border-color: rgb(196,207,248); }
td.TdClassName
{
border-color: #C4CFF8;
}
.TagClassName
{
border-color: #C4CFF8;
}
</style>