Shades of Periwinkle #C3CFE3
Tints of Periwinkle #C3CFE3
RGB
CMYK
RGB Variations
Color information
#C3CFE3 (or 0xC3CFE3) is known color: Periwinkle. HEX triplet: C3, CF and E3. RGB value is (195,207,227). Sum of RGB (Red+Green+Blue) = 195+207+227=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 227 - color contains mainly: blue. Hex color #C3CFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFE3 is #3C301C. Grayscale: #CDCDCD. Windows color (decimal): -3944477 or 14929859. OLE color: 14929859.
HSL color Cylindrical-coordinate representation of color #C3CFE3: hue angle of 217.5º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3CFE3 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 207 | 227 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.11 |
| HSL | 217.5º | 0.36% | 0.83% | - |
| HSV(B) | 217.5º | 0.14% | 0.89% | - |
| XYZ | 58.68 | 61.77 | 81.5 | - |
| YUV | 205.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 227 | 0.14 | 0.09 | 0 | 0.11 | 217.5 | 0.36 | 0.83 |
| Hex | C3 | CF | E3 | E | 9 | 0 | B | DA | 24 | 53 |
| Octal | 303 | 317 | 343 | 16 | 11 | 0 | 13 | 332 | 44 | 123 |
| Binary | 11000011 | 11001111 | 11100011 | 1110 | 1001 | 0 | 1011 | 11011010 | 100100 | 1010011 |
Color Harmonies of #C3CFE3
Complementary color
Monochromatic Colors of #C3CFE3
Black with #C3CFE3
Text Example
Text Example
White with #C3CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFE3; }
p { color: rgb(195,207,227); }
H1.HeaderClassName
{
color: #C3CFE3;
}
.AnyTagClassName
{
color: #C3CFE3;
}
</style>
background-color css
<style>
a { background-color: #C3CFE3; }
a { background-color: rgb(195,207,227); }
div.DivClassName
{
background-color: #C3CFE3;
}
.BgClassName
{
background-color: #C3CFE3;
}
</style>
border-color css
<style>
span { border-color: #C3CFE3; }
span { border-color: rgb(195,207,227); }
td.TdClassName
{
border-color: #C3CFE3;
}
.TagClassName
{
border-color: #C3CFE3;
}
</style>