Shades of Periwinkle #C4C8DB
Tints of Periwinkle #C4C8DB
RGB
CMYK
RGB Variations
Color information
#C4C8DB (or 0xC4C8DB) is known color: Periwinkle. HEX triplet: C4, C8 and DB. RGB value is (196,200,219). Sum of RGB (Red+Green+Blue) = 196+200+219=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8DB is #3B3724. Grayscale: #C8C8C8. Windows color (decimal): -3880741 or 14403780. OLE color: 14403780.
HSL color Cylindrical-coordinate representation of color #C4C8DB: hue angle of 229.57º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C8DB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 200 | 219 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.14 |
| HSL | 229.57º | 0.24% | 0.81% | - |
| HSV(B) | 229.57º | 0.11% | 0.86% | - |
| XYZ | 56.21 | 58.16 | 75.28 | - |
| YUV | 200.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 219 | 0.11 | 0.09 | 0 | 0.14 | 229.57 | 0.24 | 0.81 |
| Hex | C4 | C8 | DB | B | 9 | 0 | E | E6 | 18 | 51 |
| Octal | 304 | 310 | 333 | 13 | 11 | 0 | 16 | 346 | 30 | 121 |
| Binary | 11000100 | 11001000 | 11011011 | 1011 | 1001 | 0 | 1110 | 11100110 | 11000 | 1010001 |
Color Harmonies of #C4C8DB
Complementary color
Monochromatic Colors of #C4C8DB
Black with #C4C8DB
Text Example
Text Example
White with #C4C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8DB; }
p { color: rgb(196,200,219); }
H1.HeaderClassName
{
color: #C4C8DB;
}
.AnyTagClassName
{
color: #C4C8DB;
}
</style>
background-color css
<style>
a { background-color: #C4C8DB; }
a { background-color: rgb(196,200,219); }
div.DivClassName
{
background-color: #C4C8DB;
}
.BgClassName
{
background-color: #C4C8DB;
}
</style>
border-color css
<style>
span { border-color: #C4C8DB; }
span { border-color: rgb(196,200,219); }
td.TdClassName
{
border-color: #C4C8DB;
}
.TagClassName
{
border-color: #C4C8DB;
}
</style>