Shades of Periwinkle #C1CEEF
Tints of Periwinkle #C1CEEF
RGB
CMYK
RGB Variations
Color information
#C1CEEF (or 0xC1CEEF) is known color: Periwinkle. HEX triplet: C1, CE and EF. RGB value is (193,206,239). Sum of RGB (Red+Green+Blue) = 193+206+239=638 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.25% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CEEF is #3E3110. Grayscale: #CDCDCD. Windows color (decimal): -4075793 or 15716033. OLE color: 15716033.
HSL color Cylindrical-coordinate representation of color #C1CEEF: hue angle of 223.04º 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 #C1CEEF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 206 | 239 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.06 |
| HSL | 223.04º | 0.59% | 0.85% | - |
| HSV(B) | 223.04º | 0.19% | 0.94% | - |
| XYZ | 59.64 | 61.71 | 90.43 | - |
| YUV | 205.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 239 | 0.19 | 0.14 | 0 | 0.06 | 223.04 | 0.59 | 0.85 |
| Hex | C1 | CE | EF | 13 | E | 0 | 6 | DF | 3B | 55 |
| Octal | 301 | 316 | 357 | 23 | 16 | 0 | 6 | 337 | 73 | 125 |
| Binary | 11000001 | 11001110 | 11101111 | 10011 | 1110 | 0 | 110 | 11011111 | 111011 | 1010101 |
Color Harmonies of #C1CEEF
Complementary color
Monochromatic Colors of #C1CEEF
Black with #C1CEEF
Text Example
Text Example
White with #C1CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEEF; }
p { color: rgb(193,206,239); }
H1.HeaderClassName
{
color: #C1CEEF;
}
.AnyTagClassName
{
color: #C1CEEF;
}
</style>
background-color css
<style>
a { background-color: #C1CEEF; }
a { background-color: rgb(193,206,239); }
div.DivClassName
{
background-color: #C1CEEF;
}
.BgClassName
{
background-color: #C1CEEF;
}
</style>
border-color css
<style>
span { border-color: #C1CEEF; }
span { border-color: rgb(193,206,239); }
td.TdClassName
{
border-color: #C1CEEF;
}
.TagClassName
{
border-color: #C1CEEF;
}
</style>