Shades of Periwinkle #C2CCEB
Tints of Periwinkle #C2CCEB
RGB
CMYK
RGB Variations
Color information
#C2CCEB (or 0xC2CCEB) is known color: Periwinkle. HEX triplet: C2, CC and EB. RGB value is (194,204,235). Sum of RGB (Red+Green+Blue) = 194+204+235=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCEB is #3D3314. Grayscale: #CCCCCC. Windows color (decimal): -4010773 or 15453378. OLE color: 15453378.
HSL color Cylindrical-coordinate representation of color #C2CCEB: hue angle of 225.37º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CCEB is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 204 | 235 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.08 |
| HSL | 225.37º | 0.51% | 0.84% | - |
| HSV(B) | 225.37º | 0.17% | 0.92% | - |
| XYZ | 58.84 | 60.65 | 87.2 | - |
| YUV | 204.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 235 | 0.17 | 0.13 | 0 | 0.08 | 225.37 | 0.51 | 0.84 |
| Hex | C2 | CC | EB | 11 | D | 0 | 8 | E1 | 33 | 54 |
| Octal | 302 | 314 | 353 | 21 | 15 | 0 | 10 | 341 | 63 | 124 |
| Binary | 11000010 | 11001100 | 11101011 | 10001 | 1101 | 0 | 1000 | 11100001 | 110011 | 1010100 |
Color Harmonies of #C2CCEB
Complementary color
Monochromatic Colors of #C2CCEB
Black with #C2CCEB
Text Example
Text Example
White with #C2CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCEB; }
p { color: rgb(194,204,235); }
H1.HeaderClassName
{
color: #C2CCEB;
}
.AnyTagClassName
{
color: #C2CCEB;
}
</style>
background-color css
<style>
a { background-color: #C2CCEB; }
a { background-color: rgb(194,204,235); }
div.DivClassName
{
background-color: #C2CCEB;
}
.BgClassName
{
background-color: #C2CCEB;
}
</style>
border-color css
<style>
span { border-color: #C2CCEB; }
span { border-color: rgb(194,204,235); }
td.TdClassName
{
border-color: #C2CCEB;
}
.TagClassName
{
border-color: #C2CCEB;
}
</style>