Shades of Periwinkle #C3CDF1
Tints of Periwinkle #C3CDF1
RGB
CMYK
RGB Variations
Color information
#C3CDF1 (or 0xC3CDF1) is known color: Periwinkle. HEX triplet: C3, CD and F1. RGB value is (195,205,241). Sum of RGB (Red+Green+Blue) = 195+205+241=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDF1 is #3C320E. Grayscale: #CDCDCD. Windows color (decimal): -3944975 or 15846851. OLE color: 15846851.
HSL color Cylindrical-coordinate representation of color #C3CDF1: hue angle of 226.96º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3CDF1 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 195 | 205 | 241 | - |
CMYK | 0.19 | 0.15 | 0 | 0.05 |
HSL | 226.96º | 0.62% | 0.85% | - |
HSV(B) | 226.96º | 0.19% | 0.95% | - |
XYZ | 60.21 | 61.62 | 91.94 | - |
YUV | 206.11 | 147.69 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 241 | 0.19 | 0.15 | 0 | 0.05 | 226.96 | 0.62 | 0.85 |
Hex | C3 | CD | F1 | 13 | F | 0 | 5 | E3 | 3E | 55 |
Octal | 303 | 315 | 361 | 23 | 17 | 0 | 5 | 343 | 76 | 125 |
Binary | 11000011 | 11001101 | 11110001 | 10011 | 1111 | 0 | 101 | 11100011 | 111110 | 1010101 |
Color Harmonies of #C3CDF1
Complementary color
Monochromatic Colors of #C3CDF1
Black with #C3CDF1
Text Example
Text Example
White with #C3CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDF1; }
p { color: rgb(195,205,241); }
H1.HeaderClassName
{
color: #C3CDF1;
}
.AnyTagClassName
{
color: #C3CDF1;
}
</style>
background-color css
<style>
a { background-color: #C3CDF1; }
a { background-color: rgb(195,205,241); }
div.DivClassName
{
background-color: #C3CDF1;
}
.BgClassName
{
background-color: #C3CDF1;
}
</style>
border-color css
<style>
span { border-color: #C3CDF1; }
span { border-color: rgb(195,205,241); }
td.TdClassName
{
border-color: #C3CDF1;
}
.TagClassName
{
border-color: #C3CDF1;
}
</style>