Shades of Periwinkle #C5CEF2
Tints of Periwinkle #C5CEF2
RGB
CMYK
RGB Variations
Color information
#C5CEF2 (or 0xC5CEF2) is known color: Periwinkle. HEX triplet: C5, CE and F2. RGB value is (197,206,242). Sum of RGB (Red+Green+Blue) = 197+206+242=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEF2 is #3A310D. Grayscale: #CFCFCF. Windows color (decimal): -3813646 or 15912645. OLE color: 15912645.
HSL color Cylindrical-coordinate representation of color #C5CEF2: hue angle of 228º degrees, saturation: 0.63, 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 #C5CEF2 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 206 | 242 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.05 |
| HSL | 228º | 0.63% | 0.86% | - |
| HSV(B) | 228º | 0.19% | 0.95% | - |
| XYZ | 61.12 | 62.42 | 92.83 | - |
| YUV | 207.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 242 | 0.19 | 0.15 | 0 | 0.05 | 228 | 0.63 | 0.86 |
| Hex | C5 | CE | F2 | 13 | F | 0 | 5 | E4 | 3F | 56 |
| Octal | 305 | 316 | 362 | 23 | 17 | 0 | 5 | 344 | 77 | 126 |
| Binary | 11000101 | 11001110 | 11110010 | 10011 | 1111 | 0 | 101 | 11100100 | 111111 | 1010110 |
Color Harmonies of #C5CEF2
Complementary color
Monochromatic Colors of #C5CEF2
Black with #C5CEF2
Text Example
Text Example
White with #C5CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEF2; }
p { color: rgb(197,206,242); }
H1.HeaderClassName
{
color: #C5CEF2;
}
.AnyTagClassName
{
color: #C5CEF2;
}
</style>
background-color css
<style>
a { background-color: #C5CEF2; }
a { background-color: rgb(197,206,242); }
div.DivClassName
{
background-color: #C5CEF2;
}
.BgClassName
{
background-color: #C5CEF2;
}
</style>
border-color css
<style>
span { border-color: #C5CEF2; }
span { border-color: rgb(197,206,242); }
td.TdClassName
{
border-color: #C5CEF2;
}
.TagClassName
{
border-color: #C5CEF2;
}
</style>