Shades of Periwinkle #C4C9DC
Tints of Periwinkle #C4C9DC
RGB
CMYK
RGB Variations
Color information
#C4C9DC (or 0xC4C9DC) is known color: Periwinkle. HEX triplet: C4, C9 and DC. RGB value is (196,201,220). Sum of RGB (Red+Green+Blue) = 196+201+220=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C9DC is #3B3623. Grayscale: #C9C9C9. Windows color (decimal): -3880484 or 14469572. OLE color: 14469572.
HSL color Cylindrical-coordinate representation of color #C4C9DC: hue angle of 227.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C9DC is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 201 | 220 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.14 |
| HSL | 227.5º | 0.26% | 0.82% | - |
| HSV(B) | 227.5º | 0.11% | 0.86% | - |
| XYZ | 56.57 | 58.68 | 76.05 | - |
| YUV | 201.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 220 | 0.11 | 0.09 | 0 | 0.14 | 227.5 | 0.26 | 0.82 |
| Hex | C4 | C9 | DC | B | 9 | 0 | E | E4 | 1A | 52 |
| Octal | 304 | 311 | 334 | 13 | 11 | 0 | 16 | 344 | 32 | 122 |
| Binary | 11000100 | 11001001 | 11011100 | 1011 | 1001 | 0 | 1110 | 11100100 | 11010 | 1010010 |
Color Harmonies of #C4C9DC
Complementary color
Monochromatic Colors of #C4C9DC
Black with #C4C9DC
Text Example
Text Example
White with #C4C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C9DC; }
p { color: rgb(196,201,220); }
H1.HeaderClassName
{
color: #C4C9DC;
}
.AnyTagClassName
{
color: #C4C9DC;
}
</style>
background-color css
<style>
a { background-color: #C4C9DC; }
a { background-color: rgb(196,201,220); }
div.DivClassName
{
background-color: #C4C9DC;
}
.BgClassName
{
background-color: #C4C9DC;
}
</style>
border-color css
<style>
span { border-color: #C4C9DC; }
span { border-color: rgb(196,201,220); }
td.TdClassName
{
border-color: #C4C9DC;
}
.TagClassName
{
border-color: #C4C9DC;
}
</style>