Shades of Periwinkle #C1D7F3
Tints of Periwinkle #C1D7F3
RGB
CMYK
RGB Variations
Color information
#C1D7F3 (or 0xC1D7F3) is known color: Periwinkle. HEX triplet: C1, D7 and F3. RGB value is (193,215,243). Sum of RGB (Red+Green+Blue) = 193+215+243=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1D7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D7F3 is #3E280C. Grayscale: #D3D3D3. Windows color (decimal): -4073485 or 15980481. OLE color: 15980481.
HSL color Cylindrical-coordinate representation of color #C1D7F3: hue angle of 213.6º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1D7F3 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 215 | 243 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.05 |
| HSL | 213.6º | 0.68% | 0.85% | - |
| HSV(B) | 213.6º | 0.21% | 0.95% | - |
| XYZ | 62.47 | 66.41 | 94.32 | - |
| YUV | 211.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 243 | 0.21 | 0.12 | 0 | 0.05 | 213.6 | 0.68 | 0.85 |
| Hex | C1 | D7 | F3 | 15 | C | 0 | 5 | D6 | 44 | 55 |
| Octal | 301 | 327 | 363 | 25 | 14 | 0 | 5 | 326 | 104 | 125 |
| Binary | 11000001 | 11010111 | 11110011 | 10101 | 1100 | 0 | 101 | 11010110 | 1000100 | 1010101 |
Color Harmonies of #C1D7F3
Complementary color
Monochromatic Colors of #C1D7F3
Black with #C1D7F3
Text Example
Text Example
White with #C1D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D7F3; }
p { color: rgb(193,215,243); }
H1.HeaderClassName
{
color: #C1D7F3;
}
.AnyTagClassName
{
color: #C1D7F3;
}
</style>
background-color css
<style>
a { background-color: #C1D7F3; }
a { background-color: rgb(193,215,243); }
div.DivClassName
{
background-color: #C1D7F3;
}
.BgClassName
{
background-color: #C1D7F3;
}
</style>
border-color css
<style>
span { border-color: #C1D7F3; }
span { border-color: rgb(193,215,243); }
td.TdClassName
{
border-color: #C1D7F3;
}
.TagClassName
{
border-color: #C1D7F3;
}
</style>