Shades of Periwinkle #C1CFF4
Tints of Periwinkle #C1CFF4
RGB
CMYK
RGB Variations
Color information
#C1CFF4 (or 0xC1CFF4) is known color: Periwinkle. HEX triplet: C1, CF and F4. RGB value is (193,207,244). Sum of RGB (Red+Green+Blue) = 193+207+244=644 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.97% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #C1CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CFF4 is #3E300B. Grayscale: #CECECE. Windows color (decimal): -4075532 or 16043969. OLE color: 16043969.
HSL color Cylindrical-coordinate representation of color #C1CFF4: hue angle of 223.53º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1CFF4 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 207 | 244 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.04 |
| HSL | 223.53º | 0.7% | 0.86% | - |
| HSV(B) | 223.53º | 0.21% | 0.96% | - |
| XYZ | 60.63 | 62.49 | 94.45 | - |
| YUV | 207.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 244 | 0.21 | 0.15 | 0 | 0.04 | 223.53 | 0.7 | 0.86 |
| Hex | C1 | CF | F4 | 15 | F | 0 | 4 | E0 | 46 | 56 |
| Octal | 301 | 317 | 364 | 25 | 17 | 0 | 4 | 340 | 106 | 126 |
| Binary | 11000001 | 11001111 | 11110100 | 10101 | 1111 | 0 | 100 | 11100000 | 1000110 | 1010110 |
Color Harmonies of #C1CFF4
Complementary color
Monochromatic Colors of #C1CFF4
Black with #C1CFF4
Text Example
Text Example
White with #C1CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFF4; }
p { color: rgb(193,207,244); }
H1.HeaderClassName
{
color: #C1CFF4;
}
.AnyTagClassName
{
color: #C1CFF4;
}
</style>
background-color css
<style>
a { background-color: #C1CFF4; }
a { background-color: rgb(193,207,244); }
div.DivClassName
{
background-color: #C1CFF4;
}
.BgClassName
{
background-color: #C1CFF4;
}
</style>
border-color css
<style>
span { border-color: #C1CFF4; }
span { border-color: rgb(193,207,244); }
td.TdClassName
{
border-color: #C1CFF4;
}
.TagClassName
{
border-color: #C1CFF4;
}
</style>