Shades of Periwinkle #C4CFE1
Tints of Periwinkle #C4CFE1
RGB
CMYK
RGB Variations
Color information
#C4CFE1 (or 0xC4CFE1) is known color: Periwinkle. HEX triplet: C4, CF and E1. RGB value is (196,207,225). Sum of RGB (Red+Green+Blue) = 196+207+225=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFE1 is #3B301E. Grayscale: #CDCDCD. Windows color (decimal): -3878943 or 14798788. OLE color: 14798788.
HSL color Cylindrical-coordinate representation of color #C4CFE1: hue angle of 217.24º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4CFE1 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 207 | 225 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.12 |
| HSL | 217.24º | 0.33% | 0.83% | - |
| HSV(B) | 217.24º | 0.13% | 0.88% | - |
| XYZ | 58.67 | 61.8 | 80.07 | - |
| YUV | 205.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 225 | 0.13 | 0.08 | 0 | 0.12 | 217.24 | 0.33 | 0.83 |
| Hex | C4 | CF | E1 | D | 8 | 0 | C | D9 | 21 | 53 |
| Octal | 304 | 317 | 341 | 15 | 10 | 0 | 14 | 331 | 41 | 123 |
| Binary | 11000100 | 11001111 | 11100001 | 1101 | 1000 | 0 | 1100 | 11011001 | 100001 | 1010011 |
Color Harmonies of #C4CFE1
Complementary color
Monochromatic Colors of #C4CFE1
Black with #C4CFE1
Text Example
Text Example
White with #C4CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFE1; }
p { color: rgb(196,207,225); }
H1.HeaderClassName
{
color: #C4CFE1;
}
.AnyTagClassName
{
color: #C4CFE1;
}
</style>
background-color css
<style>
a { background-color: #C4CFE1; }
a { background-color: rgb(196,207,225); }
div.DivClassName
{
background-color: #C4CFE1;
}
.BgClassName
{
background-color: #C4CFE1;
}
</style>
border-color css
<style>
span { border-color: #C4CFE1; }
span { border-color: rgb(196,207,225); }
td.TdClassName
{
border-color: #C4CFE1;
}
.TagClassName
{
border-color: #C4CFE1;
}
</style>