Shades of Periwinkle #C5CDE6
Tints of Periwinkle #C5CDE6
RGB
CMYK
RGB Variations
Color information
#C5CDE6 (or 0xC5CDE6) is known color: Periwinkle. HEX triplet: C5, CD and E6. RGB value is (197,205,230). Sum of RGB (Red+Green+Blue) = 197+205+230=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDE6 is #3A3219. Grayscale: #CDCDCD. Windows color (decimal): -3813914 or 15125957. OLE color: 15125957.
HSL color Cylindrical-coordinate representation of color #C5CDE6: hue angle of 225.45º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CDE6 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 205 | 230 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.10 |
| HSL | 225.45º | 0.4% | 0.84% | - |
| HSV(B) | 225.45º | 0.14% | 0.9% | - |
| XYZ | 59.14 | 61.25 | 83.57 | - |
| YUV | 205.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 230 | 0.14 | 0.11 | 0 | 0.10 | 225.45 | 0.4 | 0.84 |
| Hex | C5 | CD | E6 | E | B | 0 | A | E1 | 28 | 54 |
| Octal | 305 | 315 | 346 | 16 | 13 | 0 | 12 | 341 | 50 | 124 |
| Binary | 11000101 | 11001101 | 11100110 | 1110 | 1011 | 0 | 1010 | 11100001 | 101000 | 1010100 |
Color Harmonies of #C5CDE6
Complementary color
Monochromatic Colors of #C5CDE6
Black with #C5CDE6
Text Example
Text Example
White with #C5CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDE6; }
p { color: rgb(197,205,230); }
H1.HeaderClassName
{
color: #C5CDE6;
}
.AnyTagClassName
{
color: #C5CDE6;
}
</style>
background-color css
<style>
a { background-color: #C5CDE6; }
a { background-color: rgb(197,205,230); }
div.DivClassName
{
background-color: #C5CDE6;
}
.BgClassName
{
background-color: #C5CDE6;
}
</style>
border-color css
<style>
span { border-color: #C5CDE6; }
span { border-color: rgb(197,205,230); }
td.TdClassName
{
border-color: #C5CDE6;
}
.TagClassName
{
border-color: #C5CDE6;
}
</style>