Shades of Periwinkle #C1C7DF
Tints of Periwinkle #C1C7DF
RGB
CMYK
RGB Variations
Color information
#C1C7DF (or 0xC1C7DF) is known color: Periwinkle. HEX triplet: C1, C7 and DF. RGB value is (193,199,223). Sum of RGB (Red+Green+Blue) = 193+199+223=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7DF is #3E3820. Grayscale: #C7C7C7. Windows color (decimal): -4077601 or 14665665. OLE color: 14665665.
HSL color Cylindrical-coordinate representation of color #C1C7DF: hue angle of 228º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1C7DF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 199 | 223 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.13 |
| HSL | 228º | 0.32% | 0.82% | - |
| HSV(B) | 228º | 0.13% | 0.87% | - |
| XYZ | 55.74 | 57.51 | 77.98 | - |
| YUV | 199.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 223 | 0.13 | 0.11 | 0 | 0.13 | 228 | 0.32 | 0.82 |
| Hex | C1 | C7 | DF | D | B | 0 | D | E4 | 20 | 52 |
| Octal | 301 | 307 | 337 | 15 | 13 | 0 | 15 | 344 | 40 | 122 |
| Binary | 11000001 | 11000111 | 11011111 | 1101 | 1011 | 0 | 1101 | 11100100 | 100000 | 1010010 |
Color Harmonies of #C1C7DF
Complementary color
Monochromatic Colors of #C1C7DF
Black with #C1C7DF
Text Example
Text Example
White with #C1C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C7DF; }
p { color: rgb(193,199,223); }
H1.HeaderClassName
{
color: #C1C7DF;
}
.AnyTagClassName
{
color: #C1C7DF;
}
</style>
background-color css
<style>
a { background-color: #C1C7DF; }
a { background-color: rgb(193,199,223); }
div.DivClassName
{
background-color: #C1C7DF;
}
.BgClassName
{
background-color: #C1C7DF;
}
</style>
border-color css
<style>
span { border-color: #C1C7DF; }
span { border-color: rgb(193,199,223); }
td.TdClassName
{
border-color: #C1C7DF;
}
.TagClassName
{
border-color: #C1C7DF;
}
</style>