Shades of Periwinkle #C2CCE6
Tints of Periwinkle #C2CCE6
RGB
CMYK
RGB Variations
Color information
#C2CCE6 (or 0xC2CCE6) is known color: Periwinkle. HEX triplet: C2, CC and E6. RGB value is (194,204,230). Sum of RGB (Red+Green+Blue) = 194+204+230=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCE6 is #3D3319. Grayscale: #CBCBCB. Windows color (decimal): -4010778 or 15125698. OLE color: 15125698.
HSL color Cylindrical-coordinate representation of color #C2CCE6: hue angle of 223.33º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CCE6 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 204 | 230 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.10 |
| HSL | 223.33º | 0.42% | 0.83% | - |
| HSV(B) | 223.33º | 0.16% | 0.9% | - |
| XYZ | 58.12 | 60.37 | 83.45 | - |
| YUV | 203.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 230 | 0.16 | 0.11 | 0 | 0.10 | 223.33 | 0.42 | 0.83 |
| Hex | C2 | CC | E6 | 10 | B | 0 | A | DF | 2A | 53 |
| Octal | 302 | 314 | 346 | 20 | 13 | 0 | 12 | 337 | 52 | 123 |
| Binary | 11000010 | 11001100 | 11100110 | 10000 | 1011 | 0 | 1010 | 11011111 | 101010 | 1010011 |
Color Harmonies of #C2CCE6
Complementary color
Monochromatic Colors of #C2CCE6
Black with #C2CCE6
Text Example
Text Example
White with #C2CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCE6; }
p { color: rgb(194,204,230); }
H1.HeaderClassName
{
color: #C2CCE6;
}
.AnyTagClassName
{
color: #C2CCE6;
}
</style>
background-color css
<style>
a { background-color: #C2CCE6; }
a { background-color: rgb(194,204,230); }
div.DivClassName
{
background-color: #C2CCE6;
}
.BgClassName
{
background-color: #C2CCE6;
}
</style>
border-color css
<style>
span { border-color: #C2CCE6; }
span { border-color: rgb(194,204,230); }
td.TdClassName
{
border-color: #C2CCE6;
}
.TagClassName
{
border-color: #C2CCE6;
}
</style>