Shades of Periwinkle #C2C5DF
Tints of Periwinkle #C2C5DF
RGB
CMYK
RGB Variations
Color information
#C2C5DF (or 0xC2C5DF) is known color: Periwinkle. HEX triplet: C2, C5 and DF. RGB value is (194,197,223). Sum of RGB (Red+Green+Blue) = 194+197+223=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5DF is #3D3A20. Grayscale: #C6C6C6. Windows color (decimal): -4012577 or 14665154. OLE color: 14665154.
HSL color Cylindrical-coordinate representation of color #C2C5DF: hue angle of 233.79º degrees, saturation: 0.31, 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 #C2C5DF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 197 | 223 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.13 |
| HSL | 233.79º | 0.31% | 0.82% | - |
| HSV(B) | 233.79º | 0.13% | 0.87% | - |
| XYZ | 55.53 | 56.73 | 77.84 | - |
| YUV | 199.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 223 | 0.13 | 0.12 | 0 | 0.13 | 233.79 | 0.31 | 0.82 |
| Hex | C2 | C5 | DF | D | C | 0 | D | EA | 1F | 52 |
| Octal | 302 | 305 | 337 | 15 | 14 | 0 | 15 | 352 | 37 | 122 |
| Binary | 11000010 | 11000101 | 11011111 | 1101 | 1100 | 0 | 1101 | 11101010 | 11111 | 1010010 |
Color Harmonies of #C2C5DF
Complementary color
Monochromatic Colors of #C2C5DF
Black with #C2C5DF
Text Example
Text Example
White with #C2C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5DF; }
p { color: rgb(194,197,223); }
H1.HeaderClassName
{
color: #C2C5DF;
}
.AnyTagClassName
{
color: #C2C5DF;
}
</style>
background-color css
<style>
a { background-color: #C2C5DF; }
a { background-color: rgb(194,197,223); }
div.DivClassName
{
background-color: #C2C5DF;
}
.BgClassName
{
background-color: #C2C5DF;
}
</style>
border-color css
<style>
span { border-color: #C2C5DF; }
span { border-color: rgb(194,197,223); }
td.TdClassName
{
border-color: #C2C5DF;
}
.TagClassName
{
border-color: #C2C5DF;
}
</style>