Shades of Periwinkle #C2C5DD
Tints of Periwinkle #C2C5DD
RGB
CMYK
RGB Variations
Color information
#C2C5DD (or 0xC2C5DD) is known color: Periwinkle. HEX triplet: C2, C5 and DD. RGB value is (194,197,221). Sum of RGB (Red+Green+Blue) = 194+197+221=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5DD is #3D3A22. Grayscale: #C6C6C6. Windows color (decimal): -4012579 or 14534082. OLE color: 14534082.
HSL color Cylindrical-coordinate representation of color #C2C5DD: hue angle of 233.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C5DD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 197 | 221 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.13 |
| HSL | 233.33º | 0.28% | 0.81% | - |
| HSV(B) | 233.33º | 0.12% | 0.87% | - |
| XYZ | 55.27 | 56.62 | 76.42 | - |
| YUV | 198.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 221 | 0.12 | 0.11 | 0 | 0.13 | 233.33 | 0.28 | 0.81 |
| Hex | C2 | C5 | DD | C | B | 0 | D | E9 | 1C | 51 |
| Octal | 302 | 305 | 335 | 14 | 13 | 0 | 15 | 351 | 34 | 121 |
| Binary | 11000010 | 11000101 | 11011101 | 1100 | 1011 | 0 | 1101 | 11101001 | 11100 | 1010001 |
Color Harmonies of #C2C5DD
Complementary color
Monochromatic Colors of #C2C5DD
Black with #C2C5DD
Text Example
Text Example
White with #C2C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5DD; }
p { color: rgb(194,197,221); }
H1.HeaderClassName
{
color: #C2C5DD;
}
.AnyTagClassName
{
color: #C2C5DD;
}
</style>
background-color css
<style>
a { background-color: #C2C5DD; }
a { background-color: rgb(194,197,221); }
div.DivClassName
{
background-color: #C2C5DD;
}
.BgClassName
{
background-color: #C2C5DD;
}
</style>
border-color css
<style>
span { border-color: #C2C5DD; }
span { border-color: rgb(194,197,221); }
td.TdClassName
{
border-color: #C2C5DD;
}
.TagClassName
{
border-color: #C2C5DD;
}
</style>