Shades of Periwinkle #C2CBF3
Tints of Periwinkle #C2CBF3
RGB
CMYK
RGB Variations
Color information
#C2CBF3 (or 0xC2CBF3) is known color: Periwinkle. HEX triplet: C2, CB and F3. RGB value is (194,203,243). Sum of RGB (Red+Green+Blue) = 194+203+243=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2CBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBF3 is #3D340C. Grayscale: #CCCCCC. Windows color (decimal): -4011021 or 15977410. OLE color: 15977410.
HSL color Cylindrical-coordinate representation of color #C2CBF3: hue angle of 228.98º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2CBF3 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 203 | 243 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.05 |
| HSL | 228.98º | 0.67% | 0.86% | - |
| HSV(B) | 228.98º | 0.2% | 0.95% | - |
| XYZ | 59.78 | 60.65 | 93.35 | - |
| YUV | 204.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 243 | 0.20 | 0.16 | 0 | 0.05 | 228.98 | 0.67 | 0.86 |
| Hex | C2 | CB | F3 | 14 | 10 | 0 | 5 | E5 | 43 | 56 |
| Octal | 302 | 313 | 363 | 24 | 20 | 0 | 5 | 345 | 103 | 126 |
| Binary | 11000010 | 11001011 | 11110011 | 10100 | 10000 | 0 | 101 | 11100101 | 1000011 | 1010110 |
Color Harmonies of #C2CBF3
Complementary color
Monochromatic Colors of #C2CBF3
Black with #C2CBF3
Text Example
Text Example
White with #C2CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBF3; }
p { color: rgb(194,203,243); }
H1.HeaderClassName
{
color: #C2CBF3;
}
.AnyTagClassName
{
color: #C2CBF3;
}
</style>
background-color css
<style>
a { background-color: #C2CBF3; }
a { background-color: rgb(194,203,243); }
div.DivClassName
{
background-color: #C2CBF3;
}
.BgClassName
{
background-color: #C2CBF3;
}
</style>
border-color css
<style>
span { border-color: #C2CBF3; }
span { border-color: rgb(194,203,243); }
td.TdClassName
{
border-color: #C2CBF3;
}
.TagClassName
{
border-color: #C2CBF3;
}
</style>