Shades of Periwinkle #C3CBE9
Tints of Periwinkle #C3CBE9
RGB
CMYK
RGB Variations
Color information
#C3CBE9 (or 0xC3CBE9) is known color: Periwinkle. HEX triplet: C3, CB and E9. RGB value is (195,203,233). Sum of RGB (Red+Green+Blue) = 195+203+233=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #C3CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBE9 is #3C3416. Grayscale: #CBCBCB. Windows color (decimal): -3945495 or 15322051. OLE color: 15322051.
HSL color Cylindrical-coordinate representation of color #C3CBE9: hue angle of 227.37º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3CBE9 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 203 | 233 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.09 |
| HSL | 227.37º | 0.46% | 0.84% | - |
| HSV(B) | 227.37º | 0.16% | 0.91% | - |
| XYZ | 58.57 | 60.2 | 85.62 | - |
| YUV | 204.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 233 | 0.16 | 0.13 | 0 | 0.09 | 227.37 | 0.46 | 0.84 |
| Hex | C3 | CB | E9 | 10 | D | 0 | 9 | E3 | 2E | 54 |
| Octal | 303 | 313 | 351 | 20 | 15 | 0 | 11 | 343 | 56 | 124 |
| Binary | 11000011 | 11001011 | 11101001 | 10000 | 1101 | 0 | 1001 | 11100011 | 101110 | 1010100 |
Color Harmonies of #C3CBE9
Complementary color
Monochromatic Colors of #C3CBE9
Black with #C3CBE9
Text Example
Text Example
White with #C3CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBE9; }
p { color: rgb(195,203,233); }
H1.HeaderClassName
{
color: #C3CBE9;
}
.AnyTagClassName
{
color: #C3CBE9;
}
</style>
background-color css
<style>
a { background-color: #C3CBE9; }
a { background-color: rgb(195,203,233); }
div.DivClassName
{
background-color: #C3CBE9;
}
.BgClassName
{
background-color: #C3CBE9;
}
</style>
border-color css
<style>
span { border-color: #C3CBE9; }
span { border-color: rgb(195,203,233); }
td.TdClassName
{
border-color: #C3CBE9;
}
.TagClassName
{
border-color: #C3CBE9;
}
</style>