Shades of Periwinkle #C5CCF3
Tints of Periwinkle #C5CCF3
RGB
CMYK
RGB Variations
Color information
#C5CCF3 (or 0xC5CCF3) is known color: Periwinkle. HEX triplet: C5, CC and F3. RGB value is (197,204,243). Sum of RGB (Red+Green+Blue) = 197+204+243=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCF3 is #3A330C. Grayscale: #CECECE. Windows color (decimal): -3814157 or 15977669. OLE color: 15977669.
HSL color Cylindrical-coordinate representation of color #C5CCF3: hue angle of 230.87º 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 #C5CCF3 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 204 | 243 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.05 |
| HSL | 230.87º | 0.66% | 0.86% | - |
| HSV(B) | 230.87º | 0.19% | 0.95% | - |
| XYZ | 60.8 | 61.53 | 93.47 | - |
| YUV | 206.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 243 | 0.19 | 0.16 | 0 | 0.05 | 230.87 | 0.66 | 0.86 |
| Hex | C5 | CC | F3 | 13 | 10 | 0 | 5 | E7 | 42 | 56 |
| Octal | 305 | 314 | 363 | 23 | 20 | 0 | 5 | 347 | 102 | 126 |
| Binary | 11000101 | 11001100 | 11110011 | 10011 | 10000 | 0 | 101 | 11100111 | 1000010 | 1010110 |
Color Harmonies of #C5CCF3
Complementary color
Monochromatic Colors of #C5CCF3
Black with #C5CCF3
Text Example
Text Example
White with #C5CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCF3; }
p { color: rgb(197,204,243); }
H1.HeaderClassName
{
color: #C5CCF3;
}
.AnyTagClassName
{
color: #C5CCF3;
}
</style>
background-color css
<style>
a { background-color: #C5CCF3; }
a { background-color: rgb(197,204,243); }
div.DivClassName
{
background-color: #C5CCF3;
}
.BgClassName
{
background-color: #C5CCF3;
}
</style>
border-color css
<style>
span { border-color: #C5CCF3; }
span { border-color: rgb(197,204,243); }
td.TdClassName
{
border-color: #C5CCF3;
}
.TagClassName
{
border-color: #C5CCF3;
}
</style>