Shades of Periwinkle #C5C8DD
Tints of Periwinkle #C5C8DD
RGB
CMYK
RGB Variations
Color information
#C5C8DD (or 0xC5C8DD) is known color: Periwinkle. HEX triplet: C5, C8 and DD. RGB value is (197,200,221). Sum of RGB (Red+Green+Blue) = 197+200+221=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8DD is #3A3722. Grayscale: #C9C9C9. Windows color (decimal): -3815203 or 14534853. OLE color: 14534853.
HSL color Cylindrical-coordinate representation of color #C5C8DD: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5C8DD is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 200 | 221 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.13 |
| HSL | 232.5º | 0.26% | 0.82% | - |
| HSV(B) | 232.5º | 0.11% | 0.87% | - |
| XYZ | 56.73 | 58.4 | 76.69 | - |
| YUV | 201.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 221 | 0.11 | 0.10 | 0 | 0.13 | 232.5 | 0.26 | 0.82 |
| Hex | C5 | C8 | DD | B | A | 0 | D | E8 | 1A | 52 |
| Octal | 305 | 310 | 335 | 13 | 12 | 0 | 15 | 350 | 32 | 122 |
| Binary | 11000101 | 11001000 | 11011101 | 1011 | 1010 | 0 | 1101 | 11101000 | 11010 | 1010010 |
Color Harmonies of #C5C8DD
Complementary color
Monochromatic Colors of #C5C8DD
Black with #C5C8DD
Text Example
Text Example
White with #C5C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8DD; }
p { color: rgb(197,200,221); }
H1.HeaderClassName
{
color: #C5C8DD;
}
.AnyTagClassName
{
color: #C5C8DD;
}
</style>
background-color css
<style>
a { background-color: #C5C8DD; }
a { background-color: rgb(197,200,221); }
div.DivClassName
{
background-color: #C5C8DD;
}
.BgClassName
{
background-color: #C5C8DD;
}
</style>
border-color css
<style>
span { border-color: #C5C8DD; }
span { border-color: rgb(197,200,221); }
td.TdClassName
{
border-color: #C5C8DD;
}
.TagClassName
{
border-color: #C5C8DD;
}
</style>