Shades of Periwinkle #C4C7DB
Tints of Periwinkle #C4C7DB
RGB
CMYK
RGB Variations
Color information
#C4C7DB (or 0xC4C7DB) is known color: Periwinkle. HEX triplet: C4, C7 and DB. RGB value is (196,199,219). Sum of RGB (Red+Green+Blue) = 196+199+219=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C7DB is #3B3824. Grayscale: #C8C8C8. Windows color (decimal): -3880997 or 14403524. OLE color: 14403524.
HSL color Cylindrical-coordinate representation of color #C4C7DB: hue angle of 232.17º 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 #C4C7DB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 199 | 219 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.14 |
| HSL | 232.17º | 0.24% | 0.81% | - |
| HSV(B) | 232.17º | 0.11% | 0.86% | - |
| XYZ | 55.97 | 57.7 | 75.2 | - |
| YUV | 200.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 219 | 0.11 | 0.09 | 0 | 0.14 | 232.17 | 0.24 | 0.81 |
| Hex | C4 | C7 | DB | B | 9 | 0 | E | E8 | 18 | 51 |
| Octal | 304 | 307 | 333 | 13 | 11 | 0 | 16 | 350 | 30 | 121 |
| Binary | 11000100 | 11000111 | 11011011 | 1011 | 1001 | 0 | 1110 | 11101000 | 11000 | 1010001 |
Color Harmonies of #C4C7DB
Complementary color
Monochromatic Colors of #C4C7DB
Black with #C4C7DB
Text Example
Text Example
White with #C4C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C7DB; }
p { color: rgb(196,199,219); }
H1.HeaderClassName
{
color: #C4C7DB;
}
.AnyTagClassName
{
color: #C4C7DB;
}
</style>
background-color css
<style>
a { background-color: #C4C7DB; }
a { background-color: rgb(196,199,219); }
div.DivClassName
{
background-color: #C4C7DB;
}
.BgClassName
{
background-color: #C4C7DB;
}
</style>
border-color css
<style>
span { border-color: #C4C7DB; }
span { border-color: rgb(196,199,219); }
td.TdClassName
{
border-color: #C4C7DB;
}
.TagClassName
{
border-color: #C4C7DB;
}
</style>