Shades of Periwinkle #C3CDF0
Tints of Periwinkle #C3CDF0
RGB
CMYK
RGB Variations
Color information
#C3CDF0 (or 0xC3CDF0) is known color: Periwinkle. HEX triplet: C3, CD and F0. RGB value is (195,205,240). Sum of RGB (Red+Green+Blue) = 195+205+240=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDF0 is #3C320F. Grayscale: #CDCDCD. Windows color (decimal): -3944976 or 15781315. OLE color: 15781315.
HSL color Cylindrical-coordinate representation of color #C3CDF0: hue angle of 226.67º 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 #C3CDF0 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 205 | 240 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.06 |
| HSL | 226.67º | 0.6% | 0.85% | - |
| HSV(B) | 226.67º | 0.19% | 0.94% | - |
| XYZ | 60.07 | 61.56 | 91.15 | - |
| YUV | 206 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 240 | 0.19 | 0.15 | 0 | 0.06 | 226.67 | 0.6 | 0.85 |
| Hex | C3 | CD | F0 | 13 | F | 0 | 6 | E3 | 3C | 55 |
| Octal | 303 | 315 | 360 | 23 | 17 | 0 | 6 | 343 | 74 | 125 |
| Binary | 11000011 | 11001101 | 11110000 | 10011 | 1111 | 0 | 110 | 11100011 | 111100 | 1010101 |
Color Harmonies of #C3CDF0
Complementary color
Monochromatic Colors of #C3CDF0
Black with #C3CDF0
Text Example
Text Example
White with #C3CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDF0; }
p { color: rgb(195,205,240); }
H1.HeaderClassName
{
color: #C3CDF0;
}
.AnyTagClassName
{
color: #C3CDF0;
}
</style>
background-color css
<style>
a { background-color: #C3CDF0; }
a { background-color: rgb(195,205,240); }
div.DivClassName
{
background-color: #C3CDF0;
}
.BgClassName
{
background-color: #C3CDF0;
}
</style>
border-color css
<style>
span { border-color: #C3CDF0; }
span { border-color: rgb(195,205,240); }
td.TdClassName
{
border-color: #C3CDF0;
}
.TagClassName
{
border-color: #C3CDF0;
}
</style>