Shades of Periwinkle #C5CDF1
Tints of Periwinkle #C5CDF1
RGB
CMYK
RGB Variations
Color information
#C5CDF1 (or 0xC5CDF1) is known color: Periwinkle. HEX triplet: C5, CD and F1. RGB value is (197,205,241). Sum of RGB (Red+Green+Blue) = 197+205+241=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDF1 is #3A320E. Grayscale: #CECECE. Windows color (decimal): -3813903 or 15846853. OLE color: 15846853.
HSL color Cylindrical-coordinate representation of color #C5CDF1: hue angle of 229.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CDF1 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 197 | 205 | 241 | - |
CMYK | 0.18 | 0.15 | 0 | 0.05 |
HSL | 229.09º | 0.61% | 0.86% | - |
HSV(B) | 229.09º | 0.18% | 0.95% | - |
XYZ | 60.73 | 61.88 | 91.96 | - |
YUV | 206.71 | 147.35 | 121.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 241 | 0.18 | 0.15 | 0 | 0.05 | 229.09 | 0.61 | 0.86 |
Hex | C5 | CD | F1 | 12 | F | 0 | 5 | E5 | 3D | 56 |
Octal | 305 | 315 | 361 | 22 | 17 | 0 | 5 | 345 | 75 | 126 |
Binary | 11000101 | 11001101 | 11110001 | 10010 | 1111 | 0 | 101 | 11100101 | 111101 | 1010110 |
Color Harmonies of #C5CDF1
Complementary color
Monochromatic Colors of #C5CDF1
Black with #C5CDF1
Text Example
Text Example
White with #C5CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDF1; }
p { color: rgb(197,205,241); }
H1.HeaderClassName
{
color: #C5CDF1;
}
.AnyTagClassName
{
color: #C5CDF1;
}
</style>
background-color css
<style>
a { background-color: #C5CDF1; }
a { background-color: rgb(197,205,241); }
div.DivClassName
{
background-color: #C5CDF1;
}
.BgClassName
{
background-color: #C5CDF1;
}
</style>
border-color css
<style>
span { border-color: #C5CDF1; }
span { border-color: rgb(197,205,241); }
td.TdClassName
{
border-color: #C5CDF1;
}
.TagClassName
{
border-color: #C5CDF1;
}
</style>