Shades of Periwinkle #C2CCE8
Tints of Periwinkle #C2CCE8
RGB
CMYK
RGB Variations
Color information
#C2CCE8 (or 0xC2CCE8) is known color: Periwinkle. HEX triplet: C2, CC and E8. RGB value is (194,204,232). Sum of RGB (Red+Green+Blue) = 194+204+232=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2CCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCE8 is #3D3317. Grayscale: #CCCCCC. Windows color (decimal): -4010776 or 15256770. OLE color: 15256770.
HSL color Cylindrical-coordinate representation of color #C2CCE8: hue angle of 224.21º 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 #C2CCE8 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 204 | 232 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.09 |
| HSL | 224.21º | 0.45% | 0.84% | - |
| HSV(B) | 224.21º | 0.16% | 0.91% | - |
| XYZ | 58.41 | 60.48 | 84.94 | - |
| YUV | 204.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 232 | 0.16 | 0.12 | 0 | 0.09 | 224.21 | 0.45 | 0.84 |
| Hex | C2 | CC | E8 | 10 | C | 0 | 9 | E0 | 2D | 54 |
| Octal | 302 | 314 | 350 | 20 | 14 | 0 | 11 | 340 | 55 | 124 |
| Binary | 11000010 | 11001100 | 11101000 | 10000 | 1100 | 0 | 1001 | 11100000 | 101101 | 1010100 |
Color Harmonies of #C2CCE8
Complementary color
Monochromatic Colors of #C2CCE8
Black with #C2CCE8
Text Example
Text Example
White with #C2CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCE8; }
p { color: rgb(194,204,232); }
H1.HeaderClassName
{
color: #C2CCE8;
}
.AnyTagClassName
{
color: #C2CCE8;
}
</style>
background-color css
<style>
a { background-color: #C2CCE8; }
a { background-color: rgb(194,204,232); }
div.DivClassName
{
background-color: #C2CCE8;
}
.BgClassName
{
background-color: #C2CCE8;
}
</style>
border-color css
<style>
span { border-color: #C2CCE8; }
span { border-color: rgb(194,204,232); }
td.TdClassName
{
border-color: #C2CCE8;
}
.TagClassName
{
border-color: #C2CCE8;
}
</style>