Shades of Periwinkle #C8CFEF
Tints of Periwinkle #C8CFEF
RGB
CMYK
RGB Variations
Color information
#C8CFEF (or 0xC8CFEF) is known color: Periwinkle. HEX triplet: C8, CF and EF. RGB value is (200,207,239). Sum of RGB (Red+Green+Blue) = 200+207+239=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFEF is #373010. Grayscale: #D0D0D0. Windows color (decimal): -3616785 or 15716296. OLE color: 15716296.
HSL color Cylindrical-coordinate representation of color #C8CFEF: hue angle of 229.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CFEF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 207 | 239 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.06 |
| HSL | 229.23º | 0.55% | 0.86% | - |
| HSV(B) | 229.23º | 0.16% | 0.94% | - |
| XYZ | 61.71 | 63.14 | 90.6 | - |
| YUV | 208.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 239 | 0.16 | 0.13 | 0 | 0.06 | 229.23 | 0.55 | 0.86 |
| Hex | C8 | CF | EF | 10 | D | 0 | 6 | E5 | 37 | 56 |
| Octal | 310 | 317 | 357 | 20 | 15 | 0 | 6 | 345 | 67 | 126 |
| Binary | 11001000 | 11001111 | 11101111 | 10000 | 1101 | 0 | 110 | 11100101 | 110111 | 1010110 |
Color Harmonies of #C8CFEF
Complementary color
Monochromatic Colors of #C8CFEF
Black with #C8CFEF
Text Example
Text Example
White with #C8CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFEF; }
p { color: rgb(200,207,239); }
H1.HeaderClassName
{
color: #C8CFEF;
}
.AnyTagClassName
{
color: #C8CFEF;
}
</style>
background-color css
<style>
a { background-color: #C8CFEF; }
a { background-color: rgb(200,207,239); }
div.DivClassName
{
background-color: #C8CFEF;
}
.BgClassName
{
background-color: #C8CFEF;
}
</style>
border-color css
<style>
span { border-color: #C8CFEF; }
span { border-color: rgb(200,207,239); }
td.TdClassName
{
border-color: #C8CFEF;
}
.TagClassName
{
border-color: #C8CFEF;
}
</style>