Shades of Periwinkle #C3CBE3
Tints of Periwinkle #C3CBE3
RGB
CMYK
RGB Variations
Color information
#C3CBE3 (or 0xC3CBE3) is known color: Periwinkle. HEX triplet: C3, CB and E3. RGB value is (195,203,227). Sum of RGB (Red+Green+Blue) = 195+203+227=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: blue. Hex color #C3CBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBE3 is #3C341C. Grayscale: #CBCBCB. Windows color (decimal): -3945501 or 14928835. OLE color: 14928835.
HSL color Cylindrical-coordinate representation of color #C3CBE3: hue angle of 225º 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 #C3CBE3 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 203 | 227 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.11 |
| HSL | 225º | 0.36% | 0.83% | - |
| HSV(B) | 225º | 0.14% | 0.89% | - |
| XYZ | 57.73 | 59.86 | 81.18 | - |
| YUV | 203.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 227 | 0.14 | 0.11 | 0 | 0.11 | 225 | 0.36 | 0.83 |
| Hex | C3 | CB | E3 | E | B | 0 | B | E1 | 24 | 53 |
| Octal | 303 | 313 | 343 | 16 | 13 | 0 | 13 | 341 | 44 | 123 |
| Binary | 11000011 | 11001011 | 11100011 | 1110 | 1011 | 0 | 1011 | 11100001 | 100100 | 1010011 |
Color Harmonies of #C3CBE3
Complementary color
Monochromatic Colors of #C3CBE3
Black with #C3CBE3
Text Example
Text Example
White with #C3CBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBE3; }
p { color: rgb(195,203,227); }
H1.HeaderClassName
{
color: #C3CBE3;
}
.AnyTagClassName
{
color: #C3CBE3;
}
</style>
background-color css
<style>
a { background-color: #C3CBE3; }
a { background-color: rgb(195,203,227); }
div.DivClassName
{
background-color: #C3CBE3;
}
.BgClassName
{
background-color: #C3CBE3;
}
</style>
border-color css
<style>
span { border-color: #C3CBE3; }
span { border-color: rgb(195,203,227); }
td.TdClassName
{
border-color: #C3CBE3;
}
.TagClassName
{
border-color: #C3CBE3;
}
</style>