Shades of Periwinkle #C2CBE8
Tints of Periwinkle #C2CBE8
RGB
CMYK
RGB Variations
Color information
#C2CBE8 (or 0xC2CBE8) is known color: Periwinkle. HEX triplet: C2, CB and E8. RGB value is (194,203,232). Sum of RGB (Red+Green+Blue) = 194+203+232=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2CBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBE8 is #3D3417. Grayscale: #CBCBCB. Windows color (decimal): -4011032 or 15256514. OLE color: 15256514.
HSL color Cylindrical-coordinate representation of color #C2CBE8: hue angle of 225.79º degrees, saturation: 0.45, 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 #C2CBE8 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 203 | 232 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.09 |
| HSL | 225.79º | 0.45% | 0.84% | - |
| HSV(B) | 225.79º | 0.16% | 0.91% | - |
| XYZ | 58.17 | 60.01 | 84.86 | - |
| YUV | 203.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 232 | 0.16 | 0.12 | 0 | 0.09 | 225.79 | 0.45 | 0.84 |
| Hex | C2 | CB | E8 | 10 | C | 0 | 9 | E2 | 2D | 54 |
| Octal | 302 | 313 | 350 | 20 | 14 | 0 | 11 | 342 | 55 | 124 |
| Binary | 11000010 | 11001011 | 11101000 | 10000 | 1100 | 0 | 1001 | 11100010 | 101101 | 1010100 |
Color Harmonies of #C2CBE8
Complementary color
Monochromatic Colors of #C2CBE8
Black with #C2CBE8
Text Example
Text Example
White with #C2CBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBE8; }
p { color: rgb(194,203,232); }
H1.HeaderClassName
{
color: #C2CBE8;
}
.AnyTagClassName
{
color: #C2CBE8;
}
</style>
background-color css
<style>
a { background-color: #C2CBE8; }
a { background-color: rgb(194,203,232); }
div.DivClassName
{
background-color: #C2CBE8;
}
.BgClassName
{
background-color: #C2CBE8;
}
</style>
border-color css
<style>
span { border-color: #C2CBE8; }
span { border-color: rgb(194,203,232); }
td.TdClassName
{
border-color: #C2CBE8;
}
.TagClassName
{
border-color: #C2CBE8;
}
</style>