Shades of Periwinkle #C7CFE0
Tints of Periwinkle #C7CFE0
RGB
CMYK
RGB Variations
Color information
#C7CFE0 (or 0xC7CFE0) is known color: Periwinkle. HEX triplet: C7, CF and E0. RGB value is (199,207,224). Sum of RGB (Red+Green+Blue) = 199+207+224=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFE0 is #38301F. Grayscale: #CECECE. Windows color (decimal): -3682336 or 14733255. OLE color: 14733255.
HSL color Cylindrical-coordinate representation of color #C7CFE0: hue angle of 220.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7CFE0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 207 | 224 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.12 |
| HSL | 220.8º | 0.29% | 0.83% | - |
| HSV(B) | 220.8º | 0.11% | 0.88% | - |
| XYZ | 59.32 | 62.15 | 79.39 | - |
| YUV | 206.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 224 | 0.11 | 0.08 | 0 | 0.12 | 220.8 | 0.29 | 0.83 |
| Hex | C7 | CF | E0 | B | 8 | 0 | C | DD | 1D | 53 |
| Octal | 307 | 317 | 340 | 13 | 10 | 0 | 14 | 335 | 35 | 123 |
| Binary | 11000111 | 11001111 | 11100000 | 1011 | 1000 | 0 | 1100 | 11011101 | 11101 | 1010011 |
Color Harmonies of #C7CFE0
Complementary color
Monochromatic Colors of #C7CFE0
Black with #C7CFE0
Text Example
Text Example
White with #C7CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFE0; }
p { color: rgb(199,207,224); }
H1.HeaderClassName
{
color: #C7CFE0;
}
.AnyTagClassName
{
color: #C7CFE0;
}
</style>
background-color css
<style>
a { background-color: #C7CFE0; }
a { background-color: rgb(199,207,224); }
div.DivClassName
{
background-color: #C7CFE0;
}
.BgClassName
{
background-color: #C7CFE0;
}
</style>
border-color css
<style>
span { border-color: #C7CFE0; }
span { border-color: rgb(199,207,224); }
td.TdClassName
{
border-color: #C7CFE0;
}
.TagClassName
{
border-color: #C7CFE0;
}
</style>