Shades of Periwinkle #C5C7DF
Tints of Periwinkle #C5C7DF
RGB
CMYK
RGB Variations
Color information
#C5C7DF (or 0xC5C7DF) is known color: Periwinkle. HEX triplet: C5, C7 and DF. RGB value is (197,199,223). Sum of RGB (Red+Green+Blue) = 197+199+223=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7DF is #3A3820. Grayscale: #C9C9C9. Windows color (decimal): -3815457 or 14665669. OLE color: 14665669.
HSL color Cylindrical-coordinate representation of color #C5C7DF: hue angle of 235.38º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5C7DF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 199 | 223 | - |
CMYK | 0.12 | 0.11 | 0 | 0.13 |
HSL | 235.38º | 0.29% | 0.82% | - |
HSV(B) | 235.38º | 0.12% | 0.87% | - |
XYZ | 56.77 | 58.04 | 78.02 | - |
YUV | 201.14 | 140.34 | 125.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 199 | 223 | 0.12 | 0.11 | 0 | 0.13 | 235.38 | 0.29 | 0.82 |
Hex | C5 | C7 | DF | C | B | 0 | D | EB | 1D | 52 |
Octal | 305 | 307 | 337 | 14 | 13 | 0 | 15 | 353 | 35 | 122 |
Binary | 11000101 | 11000111 | 11011111 | 1100 | 1011 | 0 | 1101 | 11101011 | 11101 | 1010010 |
Color Harmonies of #C5C7DF
Complementary color
Monochromatic Colors of #C5C7DF
Black with #C5C7DF
Text Example
Text Example
White with #C5C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7DF; }
p { color: rgb(197,199,223); }
H1.HeaderClassName
{
color: #C5C7DF;
}
.AnyTagClassName
{
color: #C5C7DF;
}
</style>
background-color css
<style>
a { background-color: #C5C7DF; }
a { background-color: rgb(197,199,223); }
div.DivClassName
{
background-color: #C5C7DF;
}
.BgClassName
{
background-color: #C5C7DF;
}
</style>
border-color css
<style>
span { border-color: #C5C7DF; }
span { border-color: rgb(197,199,223); }
td.TdClassName
{
border-color: #C5C7DF;
}
.TagClassName
{
border-color: #C5C7DF;
}
</style>