Shades of Periwinkle #C5C9DB
Tints of Periwinkle #C5C9DB
RGB
CMYK
RGB Variations
Color information
#C5C9DB (or 0xC5C9DB) is known color: Periwinkle. HEX triplet: C5, C9 and DB. RGB value is (197,201,219). Sum of RGB (Red+Green+Blue) = 197+201+219=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9DB is #3A3624. Grayscale: #C9C9C9. Windows color (decimal): -3814949 or 14404037. OLE color: 14404037.
HSL color Cylindrical-coordinate representation of color #C5C9DB: hue angle of 229.09º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C9DB is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 201 | 219 | - |
CMYK | 0.10 | 0.08 | 0 | 0.14 |
HSL | 229.09º | 0.23% | 0.82% | - |
HSV(B) | 229.09º | 0.1% | 0.86% | - |
XYZ | 56.7 | 58.76 | 75.37 | - |
YUV | 201.86 | 137.67 | 124.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 201 | 219 | 0.10 | 0.08 | 0 | 0.14 | 229.09 | 0.23 | 0.82 |
Hex | C5 | C9 | DB | A | 8 | 0 | E | E5 | 17 | 52 |
Octal | 305 | 311 | 333 | 12 | 10 | 0 | 16 | 345 | 27 | 122 |
Binary | 11000101 | 11001001 | 11011011 | 1010 | 1000 | 0 | 1110 | 11100101 | 10111 | 1010010 |
Color Harmonies of #C5C9DB
Complementary color
Monochromatic Colors of #C5C9DB
Black with #C5C9DB
Text Example
Text Example
White with #C5C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9DB; }
p { color: rgb(197,201,219); }
H1.HeaderClassName
{
color: #C5C9DB;
}
.AnyTagClassName
{
color: #C5C9DB;
}
</style>
background-color css
<style>
a { background-color: #C5C9DB; }
a { background-color: rgb(197,201,219); }
div.DivClassName
{
background-color: #C5C9DB;
}
.BgClassName
{
background-color: #C5C9DB;
}
</style>
border-color css
<style>
span { border-color: #C5C9DB; }
span { border-color: rgb(197,201,219); }
td.TdClassName
{
border-color: #C5C9DB;
}
.TagClassName
{
border-color: #C5C9DB;
}
</style>