Shades of Periwinkle #C4CFEC
Tints of Periwinkle #C4CFEC
RGB
CMYK
RGB Variations
Color information
#C4CFEC (or 0xC4CFEC) is known color: Periwinkle. HEX triplet: C4, CF and EC. RGB value is (196,207,236). Sum of RGB (Red+Green+Blue) = 196+207+236=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFEC is #3B3013. Grayscale: #CECECE. Windows color (decimal): -3878932 or 15519684. OLE color: 15519684.
HSL color Cylindrical-coordinate representation of color #C4CFEC: hue angle of 223.5º degrees, saturation: 0.51, 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 #C4CFEC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 207 | 236 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.07 |
| HSL | 223.5º | 0.51% | 0.85% | - |
| HSV(B) | 223.5º | 0.17% | 0.93% | - |
| XYZ | 60.22 | 62.42 | 88.23 | - |
| YUV | 207.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 236 | 0.17 | 0.12 | 0 | 0.07 | 223.5 | 0.51 | 0.85 |
| Hex | C4 | CF | EC | 11 | C | 0 | 7 | E0 | 33 | 55 |
| Octal | 304 | 317 | 354 | 21 | 14 | 0 | 7 | 340 | 63 | 125 |
| Binary | 11000100 | 11001111 | 11101100 | 10001 | 1100 | 0 | 111 | 11100000 | 110011 | 1010101 |
Color Harmonies of #C4CFEC
Complementary color
Monochromatic Colors of #C4CFEC
Black with #C4CFEC
Text Example
Text Example
White with #C4CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFEC; }
p { color: rgb(196,207,236); }
H1.HeaderClassName
{
color: #C4CFEC;
}
.AnyTagClassName
{
color: #C4CFEC;
}
</style>
background-color css
<style>
a { background-color: #C4CFEC; }
a { background-color: rgb(196,207,236); }
div.DivClassName
{
background-color: #C4CFEC;
}
.BgClassName
{
background-color: #C4CFEC;
}
</style>
border-color css
<style>
span { border-color: #C4CFEC; }
span { border-color: rgb(196,207,236); }
td.TdClassName
{
border-color: #C4CFEC;
}
.TagClassName
{
border-color: #C4CFEC;
}
</style>