Shades of Periwinkle #C2CBF0
Tints of Periwinkle #C2CBF0
RGB
CMYK
RGB Variations
Color information
#C2CBF0 (or 0xC2CBF0) is known color: Periwinkle. HEX triplet: C2, CB and F0. RGB value is (194,203,240). Sum of RGB (Red+Green+Blue) = 194+203+240=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2CBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBF0 is #3D340F. Grayscale: #CCCCCC. Windows color (decimal): -4011024 or 15780802. OLE color: 15780802.
HSL color Cylindrical-coordinate representation of color #C2CBF0: hue angle of 228.26º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CBF0 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 203 | 240 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.06 |
| HSL | 228.26º | 0.61% | 0.85% | - |
| HSV(B) | 228.26º | 0.19% | 0.94% | - |
| XYZ | 59.33 | 60.47 | 90.98 | - |
| YUV | 204.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 240 | 0.19 | 0.15 | 0 | 0.06 | 228.26 | 0.61 | 0.85 |
| Hex | C2 | CB | F0 | 13 | F | 0 | 6 | E4 | 3D | 55 |
| Octal | 302 | 313 | 360 | 23 | 17 | 0 | 6 | 344 | 75 | 125 |
| Binary | 11000010 | 11001011 | 11110000 | 10011 | 1111 | 0 | 110 | 11100100 | 111101 | 1010101 |
Color Harmonies of #C2CBF0
Complementary color
Monochromatic Colors of #C2CBF0
Black with #C2CBF0
Text Example
Text Example
White with #C2CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBF0; }
p { color: rgb(194,203,240); }
H1.HeaderClassName
{
color: #C2CBF0;
}
.AnyTagClassName
{
color: #C2CBF0;
}
</style>
background-color css
<style>
a { background-color: #C2CBF0; }
a { background-color: rgb(194,203,240); }
div.DivClassName
{
background-color: #C2CBF0;
}
.BgClassName
{
background-color: #C2CBF0;
}
</style>
border-color css
<style>
span { border-color: #C2CBF0; }
span { border-color: rgb(194,203,240); }
td.TdClassName
{
border-color: #C2CBF0;
}
.TagClassName
{
border-color: #C2CBF0;
}
</style>