Shades of Periwinkle #C4C8DF
Tints of Periwinkle #C4C8DF
RGB
CMYK
RGB Variations
Color information
#C4C8DF (or 0xC4C8DF) is known color: Periwinkle. HEX triplet: C4, C8 and DF. RGB value is (196,200,223). Sum of RGB (Red+Green+Blue) = 196+200+223=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8DF is #3B3720. Grayscale: #C9C9C9. Windows color (decimal): -3880737 or 14665924. OLE color: 14665924.
HSL color Cylindrical-coordinate representation of color #C4C8DF: hue angle of 231.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4C8DF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 200 | 223 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.13 |
| HSL | 231.11º | 0.3% | 0.82% | - |
| HSV(B) | 231.11º | 0.12% | 0.87% | - |
| XYZ | 56.74 | 58.37 | 78.09 | - |
| YUV | 201.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 223 | 0.12 | 0.10 | 0 | 0.13 | 231.11 | 0.3 | 0.82 |
| Hex | C4 | C8 | DF | C | A | 0 | D | E7 | 1E | 52 |
| Octal | 304 | 310 | 337 | 14 | 12 | 0 | 15 | 347 | 36 | 122 |
| Binary | 11000100 | 11001000 | 11011111 | 1100 | 1010 | 0 | 1101 | 11100111 | 11110 | 1010010 |
Color Harmonies of #C4C8DF
Complementary color
Monochromatic Colors of #C4C8DF
Black with #C4C8DF
Text Example
Text Example
White with #C4C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8DF; }
p { color: rgb(196,200,223); }
H1.HeaderClassName
{
color: #C4C8DF;
}
.AnyTagClassName
{
color: #C4C8DF;
}
</style>
background-color css
<style>
a { background-color: #C4C8DF; }
a { background-color: rgb(196,200,223); }
div.DivClassName
{
background-color: #C4C8DF;
}
.BgClassName
{
background-color: #C4C8DF;
}
</style>
border-color css
<style>
span { border-color: #C4C8DF; }
span { border-color: rgb(196,200,223); }
td.TdClassName
{
border-color: #C4C8DF;
}
.TagClassName
{
border-color: #C4C8DF;
}
</style>