Shades of Periwinkle #C7C9DB
Tints of Periwinkle #C7C9DB
RGB
CMYK
RGB Variations
Color information
#C7C9DB (or 0xC7C9DB) is known color: Periwinkle. HEX triplet: C7, C9 and DB. RGB value is (199,201,219). Sum of RGB (Red+Green+Blue) = 199+201+219=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C9DB is #383624. Grayscale: #CACACA. Windows color (decimal): -3683877 or 14404039. OLE color: 14404039.
HSL color Cylindrical-coordinate representation of color #C7C9DB: hue angle of 234º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7C9DB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 201 | 219 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.14 |
| HSL | 234º | 0.22% | 0.82% | - |
| HSV(B) | 234º | 0.09% | 0.86% | - |
| XYZ | 57.23 | 59.03 | 75.4 | - |
| YUV | 202.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 219 | 0.09 | 0.08 | 0 | 0.14 | 234 | 0.22 | 0.82 |
| Hex | C7 | C9 | DB | 9 | 8 | 0 | E | EA | 16 | 52 |
| Octal | 307 | 311 | 333 | 11 | 10 | 0 | 16 | 352 | 26 | 122 |
| Binary | 11000111 | 11001001 | 11011011 | 1001 | 1000 | 0 | 1110 | 11101010 | 10110 | 1010010 |
Color Harmonies of #C7C9DB
Complementary color
Monochromatic Colors of #C7C9DB
Black with #C7C9DB
Text Example
Text Example
White with #C7C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C9DB; }
p { color: rgb(199,201,219); }
H1.HeaderClassName
{
color: #C7C9DB;
}
.AnyTagClassName
{
color: #C7C9DB;
}
</style>
background-color css
<style>
a { background-color: #C7C9DB; }
a { background-color: rgb(199,201,219); }
div.DivClassName
{
background-color: #C7C9DB;
}
.BgClassName
{
background-color: #C7C9DB;
}
</style>
border-color css
<style>
span { border-color: #C7C9DB; }
span { border-color: rgb(199,201,219); }
td.TdClassName
{
border-color: #C7C9DB;
}
.TagClassName
{
border-color: #C7C9DB;
}
</style>