Shades of Periwinkle #C4CFED
Tints of Periwinkle #C4CFED
RGB
CMYK
RGB Variations
Color information
#C4CFED (or 0xC4CFED) is known color: Periwinkle. HEX triplet: C4, CF and ED. RGB value is (196,207,237). Sum of RGB (Red+Green+Blue) = 196+207+237=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFED is #3B3012. Grayscale: #CFCFCF. Windows color (decimal): -3878931 or 15585220. OLE color: 15585220.
HSL color Cylindrical-coordinate representation of color #C4CFED: hue angle of 223.9º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CFED is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 207 | 237 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.07 |
| HSL | 223.9º | 0.53% | 0.85% | - |
| HSV(B) | 223.9º | 0.17% | 0.93% | - |
| XYZ | 60.36 | 62.48 | 89 | - |
| YUV | 207.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 237 | 0.17 | 0.13 | 0 | 0.07 | 223.9 | 0.53 | 0.85 |
| Hex | C4 | CF | ED | 11 | D | 0 | 7 | E0 | 35 | 55 |
| Octal | 304 | 317 | 355 | 21 | 15 | 0 | 7 | 340 | 65 | 125 |
| Binary | 11000100 | 11001111 | 11101101 | 10001 | 1101 | 0 | 111 | 11100000 | 110101 | 1010101 |
Color Harmonies of #C4CFED
Complementary color
Monochromatic Colors of #C4CFED
Black with #C4CFED
Text Example
Text Example
White with #C4CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFED; }
p { color: rgb(196,207,237); }
H1.HeaderClassName
{
color: #C4CFED;
}
.AnyTagClassName
{
color: #C4CFED;
}
</style>
background-color css
<style>
a { background-color: #C4CFED; }
a { background-color: rgb(196,207,237); }
div.DivClassName
{
background-color: #C4CFED;
}
.BgClassName
{
background-color: #C4CFED;
}
</style>
border-color css
<style>
span { border-color: #C4CFED; }
span { border-color: rgb(196,207,237); }
td.TdClassName
{
border-color: #C4CFED;
}
.TagClassName
{
border-color: #C4CFED;
}
</style>