Shades of Periwinkle #C3CEF0
Tints of Periwinkle #C3CEF0
RGB
CMYK
RGB Variations
Color information
#C3CEF0 (or 0xC3CEF0) is known color: Periwinkle. HEX triplet: C3, CE and F0. RGB value is (195,206,240). Sum of RGB (Red+Green+Blue) = 195+206+240=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEF0 is #3C310F. Grayscale: #CECECE. Windows color (decimal): -3944720 or 15781571. OLE color: 15781571.
HSL color Cylindrical-coordinate representation of color #C3CEF0: hue angle of 225.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3CEF0 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 206 | 240 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.06 |
| HSL | 225.33º | 0.6% | 0.85% | - |
| HSV(B) | 225.33º | 0.19% | 0.94% | - |
| XYZ | 60.31 | 62.04 | 91.23 | - |
| YUV | 206.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 240 | 0.19 | 0.14 | 0 | 0.06 | 225.33 | 0.6 | 0.85 |
| Hex | C3 | CE | F0 | 13 | E | 0 | 6 | E1 | 3C | 55 |
| Octal | 303 | 316 | 360 | 23 | 16 | 0 | 6 | 341 | 74 | 125 |
| Binary | 11000011 | 11001110 | 11110000 | 10011 | 1110 | 0 | 110 | 11100001 | 111100 | 1010101 |
Color Harmonies of #C3CEF0
Complementary color
Monochromatic Colors of #C3CEF0
Black with #C3CEF0
Text Example
Text Example
White with #C3CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEF0; }
p { color: rgb(195,206,240); }
H1.HeaderClassName
{
color: #C3CEF0;
}
.AnyTagClassName
{
color: #C3CEF0;
}
</style>
background-color css
<style>
a { background-color: #C3CEF0; }
a { background-color: rgb(195,206,240); }
div.DivClassName
{
background-color: #C3CEF0;
}
.BgClassName
{
background-color: #C3CEF0;
}
</style>
border-color css
<style>
span { border-color: #C3CEF0; }
span { border-color: rgb(195,206,240); }
td.TdClassName
{
border-color: #C3CEF0;
}
.TagClassName
{
border-color: #C3CEF0;
}
</style>