Shades of Periwinkle #C4CEF2
Tints of Periwinkle #C4CEF2
RGB
CMYK
RGB Variations
Color information
#C4CEF2 (or 0xC4CEF2) is known color: Periwinkle. HEX triplet: C4, CE and F2. RGB value is (196,206,242). Sum of RGB (Red+Green+Blue) = 196+206+242=644 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.43% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEF2 is #3B310D. Grayscale: #CECECE. Windows color (decimal): -3879182 or 15912644. OLE color: 15912644.
HSL color Cylindrical-coordinate representation of color #C4CEF2: hue angle of 226.96º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4CEF2 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 206 | 242 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.05 |
| HSL | 226.96º | 0.64% | 0.86% | - |
| HSV(B) | 226.96º | 0.19% | 0.95% | - |
| XYZ | 60.86 | 62.29 | 92.82 | - |
| YUV | 207.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 242 | 0.19 | 0.15 | 0 | 0.05 | 226.96 | 0.64 | 0.86 |
| Hex | C4 | CE | F2 | 13 | F | 0 | 5 | E3 | 40 | 56 |
| Octal | 304 | 316 | 362 | 23 | 17 | 0 | 5 | 343 | 100 | 126 |
| Binary | 11000100 | 11001110 | 11110010 | 10011 | 1111 | 0 | 101 | 11100011 | 1000000 | 1010110 |
Color Harmonies of #C4CEF2
Complementary color
Monochromatic Colors of #C4CEF2
Black with #C4CEF2
Text Example
Text Example
White with #C4CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEF2; }
p { color: rgb(196,206,242); }
H1.HeaderClassName
{
color: #C4CEF2;
}
.AnyTagClassName
{
color: #C4CEF2;
}
</style>
background-color css
<style>
a { background-color: #C4CEF2; }
a { background-color: rgb(196,206,242); }
div.DivClassName
{
background-color: #C4CEF2;
}
.BgClassName
{
background-color: #C4CEF2;
}
</style>
border-color css
<style>
span { border-color: #C4CEF2; }
span { border-color: rgb(196,206,242); }
td.TdClassName
{
border-color: #C4CEF2;
}
.TagClassName
{
border-color: #C4CEF2;
}
</style>