Shades of Periwinkle #C4CDF5
Tints of Periwinkle #C4CDF5
RGB
CMYK
RGB Variations
Color information
#C4CDF5 (or 0xC4CDF5) is known color: Periwinkle. HEX triplet: C4, CD and F5. RGB value is (196,205,245). Sum of RGB (Red+Green+Blue) = 196+205+245=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #C4CDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CDF5 is #3B320A. Grayscale: #CECECE. Windows color (decimal): -3879435 or 16108996. OLE color: 16108996.
HSL color Cylindrical-coordinate representation of color #C4CDF5: hue angle of 228.98º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4CDF5 is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 205 | 245 | - |
| CMYK | 0.2 | 0.16 | 0 | 0.04 |
| HSL | 228.98º | 0.71% | 0.86% | - |
| HSV(B) | 228.98º | 0.2% | 0.96% | - |
| XYZ | 61.08 | 61.99 | 95.13 | - |
| YUV | 206.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 245 | 0.2 | 0.16 | 0 | 0.04 | 228.98 | 0.71 | 0.86 |
| Hex | C4 | CD | F5 | 14 | 10 | 0 | 4 | E5 | 47 | 56 |
| Octal | 304 | 315 | 365 | 24 | 20 | 0 | 4 | 345 | 107 | 126 |
| Binary | 11000100 | 11001101 | 11110101 | 10100 | 10000 | 0 | 100 | 11100101 | 1000111 | 1010110 |
Color Harmonies of #C4CDF5
Complementary color
Monochromatic Colors of #C4CDF5
Black with #C4CDF5
Text Example
Text Example
White with #C4CDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDF5; }
p { color: rgb(196,205,245); }
H1.HeaderClassName
{
color: #C4CDF5;
}
.AnyTagClassName
{
color: #C4CDF5;
}
</style>
background-color css
<style>
a { background-color: #C4CDF5; }
a { background-color: rgb(196,205,245); }
div.DivClassName
{
background-color: #C4CDF5;
}
.BgClassName
{
background-color: #C4CDF5;
}
</style>
border-color css
<style>
span { border-color: #C4CDF5; }
span { border-color: rgb(196,205,245); }
td.TdClassName
{
border-color: #C4CDF5;
}
.TagClassName
{
border-color: #C4CDF5;
}
</style>