Shades of Periwinkle #C5CDF3
Tints of Periwinkle #C5CDF3
RGB
CMYK
RGB Variations
Color information
#C5CDF3 (or 0xC5CDF3) is known color: Periwinkle. HEX triplet: C5, CD and F3. RGB value is (197,205,243). Sum of RGB (Red+Green+Blue) = 197+205+243=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5CDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDF3 is #3A320C. Grayscale: #CECECE. Windows color (decimal): -3813901 or 15977925. OLE color: 15977925.
HSL color Cylindrical-coordinate representation of color #C5CDF3: hue angle of 229.57º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CDF3 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 205 | 243 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.05 |
| HSL | 229.57º | 0.66% | 0.86% | - |
| HSV(B) | 229.57º | 0.19% | 0.95% | - |
| XYZ | 61.03 | 62 | 93.55 | - |
| YUV | 206.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 243 | 0.19 | 0.16 | 0 | 0.05 | 229.57 | 0.66 | 0.86 |
| Hex | C5 | CD | F3 | 13 | 10 | 0 | 5 | E6 | 42 | 56 |
| Octal | 305 | 315 | 363 | 23 | 20 | 0 | 5 | 346 | 102 | 126 |
| Binary | 11000101 | 11001101 | 11110011 | 10011 | 10000 | 0 | 101 | 11100110 | 1000010 | 1010110 |
Color Harmonies of #C5CDF3
Complementary color
Monochromatic Colors of #C5CDF3
Black with #C5CDF3
Text Example
Text Example
White with #C5CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDF3; }
p { color: rgb(197,205,243); }
H1.HeaderClassName
{
color: #C5CDF3;
}
.AnyTagClassName
{
color: #C5CDF3;
}
</style>
background-color css
<style>
a { background-color: #C5CDF3; }
a { background-color: rgb(197,205,243); }
div.DivClassName
{
background-color: #C5CDF3;
}
.BgClassName
{
background-color: #C5CDF3;
}
</style>
border-color css
<style>
span { border-color: #C5CDF3; }
span { border-color: rgb(197,205,243); }
td.TdClassName
{
border-color: #C5CDF3;
}
.TagClassName
{
border-color: #C5CDF3;
}
</style>