Shades of Periwinkle #C7CFE8
Tints of Periwinkle #C7CFE8
RGB
CMYK
RGB Variations
Color information
#C7CFE8 (or 0xC7CFE8) is known color: Periwinkle. HEX triplet: C7, CF and E8. RGB value is (199,207,232). Sum of RGB (Red+Green+Blue) = 199+207+232=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7CFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFE8 is #383017. Grayscale: #CFCFCF. Windows color (decimal): -3682328 or 15257543. OLE color: 15257543.
HSL color Cylindrical-coordinate representation of color #C7CFE8: hue angle of 225.45º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7CFE8 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 207 | 232 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.09 |
| HSL | 225.45º | 0.42% | 0.85% | - |
| HSV(B) | 225.45º | 0.14% | 0.91% | - |
| XYZ | 60.43 | 62.59 | 85.24 | - |
| YUV | 207.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 232 | 0.14 | 0.11 | 0 | 0.09 | 225.45 | 0.42 | 0.85 |
| Hex | C7 | CF | E8 | E | B | 0 | 9 | E1 | 2A | 55 |
| Octal | 307 | 317 | 350 | 16 | 13 | 0 | 11 | 341 | 52 | 125 |
| Binary | 11000111 | 11001111 | 11101000 | 1110 | 1011 | 0 | 1001 | 11100001 | 101010 | 1010101 |
Color Harmonies of #C7CFE8
Complementary color
Monochromatic Colors of #C7CFE8
Black with #C7CFE8
Text Example
Text Example
White with #C7CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFE8; }
p { color: rgb(199,207,232); }
H1.HeaderClassName
{
color: #C7CFE8;
}
.AnyTagClassName
{
color: #C7CFE8;
}
</style>
background-color css
<style>
a { background-color: #C7CFE8; }
a { background-color: rgb(199,207,232); }
div.DivClassName
{
background-color: #C7CFE8;
}
.BgClassName
{
background-color: #C7CFE8;
}
</style>
border-color css
<style>
span { border-color: #C7CFE8; }
span { border-color: rgb(199,207,232); }
td.TdClassName
{
border-color: #C7CFE8;
}
.TagClassName
{
border-color: #C7CFE8;
}
</style>