Shades of Periwinkle #C1CCEF
Tints of Periwinkle #C1CCEF
RGB
CMYK
RGB Variations
Color information
#C1CCEF (or 0xC1CCEF) is known color: Periwinkle. HEX triplet: C1, CC and EF. RGB value is (193,204,239). Sum of RGB (Red+Green+Blue) = 193+204+239=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCEF is #3E3310. Grayscale: #CCCCCC. Windows color (decimal): -4076305 or 15715521. OLE color: 15715521.
HSL color Cylindrical-coordinate representation of color #C1CCEF: hue angle of 225.65º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CCEF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 204 | 239 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.06 |
| HSL | 225.65º | 0.59% | 0.85% | - |
| HSV(B) | 225.65º | 0.19% | 0.94% | - |
| XYZ | 59.17 | 60.76 | 90.27 | - |
| YUV | 204.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 239 | 0.19 | 0.15 | 0 | 0.06 | 225.65 | 0.59 | 0.85 |
| Hex | C1 | CC | EF | 13 | F | 0 | 6 | E2 | 3B | 55 |
| Octal | 301 | 314 | 357 | 23 | 17 | 0 | 6 | 342 | 73 | 125 |
| Binary | 11000001 | 11001100 | 11101111 | 10011 | 1111 | 0 | 110 | 11100010 | 111011 | 1010101 |
Color Harmonies of #C1CCEF
Complementary color
Monochromatic Colors of #C1CCEF
Black with #C1CCEF
Text Example
Text Example
White with #C1CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCEF; }
p { color: rgb(193,204,239); }
H1.HeaderClassName
{
color: #C1CCEF;
}
.AnyTagClassName
{
color: #C1CCEF;
}
</style>
background-color css
<style>
a { background-color: #C1CCEF; }
a { background-color: rgb(193,204,239); }
div.DivClassName
{
background-color: #C1CCEF;
}
.BgClassName
{
background-color: #C1CCEF;
}
</style>
border-color css
<style>
span { border-color: #C1CCEF; }
span { border-color: rgb(193,204,239); }
td.TdClassName
{
border-color: #C1CCEF;
}
.TagClassName
{
border-color: #C1CCEF;
}
</style>