Shades of Periwinkle #C8CEF1
Tints of Periwinkle #C8CEF1
RGB
CMYK
RGB Variations
Color information
#C8CEF1 (or 0xC8CEF1) is known color: Periwinkle. HEX triplet: C8, CE and F1. RGB value is (200,206,241). Sum of RGB (Red+Green+Blue) = 200+206+241=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEF1 is #37310E. Grayscale: #D0D0D0. Windows color (decimal): -3617039 or 15847112. OLE color: 15847112.
HSL color Cylindrical-coordinate representation of color #C8CEF1: hue angle of 231.22º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CEF1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 206 | 241 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.05 |
| HSL | 231.22º | 0.59% | 0.86% | - |
| HSV(B) | 231.22º | 0.17% | 0.95% | - |
| XYZ | 61.77 | 62.77 | 92.08 | - |
| YUV | 208.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 241 | 0.17 | 0.15 | 0 | 0.05 | 231.22 | 0.59 | 0.86 |
| Hex | C8 | CE | F1 | 11 | F | 0 | 5 | E7 | 3B | 56 |
| Octal | 310 | 316 | 361 | 21 | 17 | 0 | 5 | 347 | 73 | 126 |
| Binary | 11001000 | 11001110 | 11110001 | 10001 | 1111 | 0 | 101 | 11100111 | 111011 | 1010110 |
Color Harmonies of #C8CEF1
Complementary color
Monochromatic Colors of #C8CEF1
Black with #C8CEF1
Text Example
Text Example
White with #C8CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEF1; }
p { color: rgb(200,206,241); }
H1.HeaderClassName
{
color: #C8CEF1;
}
.AnyTagClassName
{
color: #C8CEF1;
}
</style>
background-color css
<style>
a { background-color: #C8CEF1; }
a { background-color: rgb(200,206,241); }
div.DivClassName
{
background-color: #C8CEF1;
}
.BgClassName
{
background-color: #C8CEF1;
}
</style>
border-color css
<style>
span { border-color: #C8CEF1; }
span { border-color: rgb(200,206,241); }
td.TdClassName
{
border-color: #C8CEF1;
}
.TagClassName
{
border-color: #C8CEF1;
}
</style>