Shades of Periwinkle #C1D3F9
Tints of Periwinkle #C1D3F9
RGB
CMYK
RGB Variations
Color information
#C1D3F9 (or 0xC1D3F9) is known color: Periwinkle. HEX triplet: C1, D3 and F9. RGB value is (193,211,249). Sum of RGB (Red+Green+Blue) = 193+211+249=653 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.56% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D3F9 is #3E2C06. Grayscale: #D1D1D1. Windows color (decimal): -4074503 or 16372673. OLE color: 16372673.
HSL color Cylindrical-coordinate representation of color #C1D3F9: hue angle of 220.71º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1D3F9 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 211 | 249 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.02 |
| HSL | 220.71º | 0.82% | 0.87% | - |
| HSV(B) | 220.71º | 0.22% | 0.98% | - |
| XYZ | 62.39 | 64.77 | 98.84 | - |
| YUV | 209.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 249 | 0.22 | 0.15 | 0 | 0.02 | 220.71 | 0.82 | 0.87 |
| Hex | C1 | D3 | F9 | 16 | F | 0 | 2 | DD | 52 | 57 |
| Octal | 301 | 323 | 371 | 26 | 17 | 0 | 2 | 335 | 122 | 127 |
| Binary | 11000001 | 11010011 | 11111001 | 10110 | 1111 | 0 | 10 | 11011101 | 1010010 | 1010111 |
Color Harmonies of #C1D3F9
Complementary color
Monochromatic Colors of #C1D3F9
Black with #C1D3F9
Text Example
Text Example
White with #C1D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D3F9; }
p { color: rgb(193,211,249); }
H1.HeaderClassName
{
color: #C1D3F9;
}
.AnyTagClassName
{
color: #C1D3F9;
}
</style>
background-color css
<style>
a { background-color: #C1D3F9; }
a { background-color: rgb(193,211,249); }
div.DivClassName
{
background-color: #C1D3F9;
}
.BgClassName
{
background-color: #C1D3F9;
}
</style>
border-color css
<style>
span { border-color: #C1D3F9; }
span { border-color: rgb(193,211,249); }
td.TdClassName
{
border-color: #C1D3F9;
}
.TagClassName
{
border-color: #C1D3F9;
}
</style>