Shades of Periwinkle #C3C7DD
Tints of Periwinkle #C3C7DD
RGB
CMYK
RGB Variations
Color information
#C3C7DD (or 0xC3C7DD) is known color: Periwinkle. HEX triplet: C3, C7 and DD. RGB value is (195,199,221). Sum of RGB (Red+Green+Blue) = 195+199+221=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7DD is #3C3822. Grayscale: #C8C8C8. Windows color (decimal): -3946531 or 14534595. OLE color: 14534595.
HSL color Cylindrical-coordinate representation of color #C3C7DD: hue angle of 230.77º degrees, saturation: 0.28, 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 #C3C7DD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 199 | 221 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.13 |
| HSL | 230.77º | 0.28% | 0.82% | - |
| HSV(B) | 230.77º | 0.12% | 0.87% | - |
| XYZ | 55.98 | 57.67 | 76.59 | - |
| YUV | 200.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 221 | 0.12 | 0.10 | 0 | 0.13 | 230.77 | 0.28 | 0.82 |
| Hex | C3 | C7 | DD | C | A | 0 | D | E7 | 1C | 52 |
| Octal | 303 | 307 | 335 | 14 | 12 | 0 | 15 | 347 | 34 | 122 |
| Binary | 11000011 | 11000111 | 11011101 | 1100 | 1010 | 0 | 1101 | 11100111 | 11100 | 1010010 |
Color Harmonies of #C3C7DD
Complementary color
Monochromatic Colors of #C3C7DD
Black with #C3C7DD
Text Example
Text Example
White with #C3C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C7DD; }
p { color: rgb(195,199,221); }
H1.HeaderClassName
{
color: #C3C7DD;
}
.AnyTagClassName
{
color: #C3C7DD;
}
</style>
background-color css
<style>
a { background-color: #C3C7DD; }
a { background-color: rgb(195,199,221); }
div.DivClassName
{
background-color: #C3C7DD;
}
.BgClassName
{
background-color: #C3C7DD;
}
</style>
border-color css
<style>
span { border-color: #C3C7DD; }
span { border-color: rgb(195,199,221); }
td.TdClassName
{
border-color: #C3C7DD;
}
.TagClassName
{
border-color: #C3C7DD;
}
</style>