Shades of Periwinkle #C8CFE3
Tints of Periwinkle #C8CFE3
RGB
CMYK
RGB Variations
Color information
#C8CFE3 (or 0xC8CFE3) is known color: Periwinkle. HEX triplet: C8, CF and E3. RGB value is (200,207,227). Sum of RGB (Red+Green+Blue) = 200+207+227=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8CFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFE3 is #37301C. Grayscale: #CFCFCF. Windows color (decimal): -3616797 or 14929864. OLE color: 14929864.
HSL color Cylindrical-coordinate representation of color #C8CFE3: hue angle of 224.44º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8CFE3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 207 | 227 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.11 |
| HSL | 224.44º | 0.33% | 0.84% | - |
| HSV(B) | 224.44º | 0.12% | 0.89% | - |
| XYZ | 60 | 62.45 | 81.57 | - |
| YUV | 207.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 227 | 0.12 | 0.09 | 0 | 0.11 | 224.44 | 0.33 | 0.84 |
| Hex | C8 | CF | E3 | C | 9 | 0 | B | E0 | 21 | 54 |
| Octal | 310 | 317 | 343 | 14 | 11 | 0 | 13 | 340 | 41 | 124 |
| Binary | 11001000 | 11001111 | 11100011 | 1100 | 1001 | 0 | 1011 | 11100000 | 100001 | 1010100 |
Color Harmonies of #C8CFE3
Complementary color
Monochromatic Colors of #C8CFE3
Black with #C8CFE3
Text Example
Text Example
White with #C8CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFE3; }
p { color: rgb(200,207,227); }
H1.HeaderClassName
{
color: #C8CFE3;
}
.AnyTagClassName
{
color: #C8CFE3;
}
</style>
background-color css
<style>
a { background-color: #C8CFE3; }
a { background-color: rgb(200,207,227); }
div.DivClassName
{
background-color: #C8CFE3;
}
.BgClassName
{
background-color: #C8CFE3;
}
</style>
border-color css
<style>
span { border-color: #C8CFE3; }
span { border-color: rgb(200,207,227); }
td.TdClassName
{
border-color: #C8CFE3;
}
.TagClassName
{
border-color: #C8CFE3;
}
</style>