Shades of Periwinkle #C2CDE8
Tints of Periwinkle #C2CDE8
RGB
CMYK
RGB Variations
Color information
#C2CDE8 (or 0xC2CDE8) is known color: Periwinkle. HEX triplet: C2, CD and E8. RGB value is (194,205,232). Sum of RGB (Red+Green+Blue) = 194+205+232=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDE8 is #3D3217. Grayscale: #CCCCCC. Windows color (decimal): -4010520 or 15257026. OLE color: 15257026.
HSL color Cylindrical-coordinate representation of color #C2CDE8: hue angle of 222.63º 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 #C2CDE8 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 205 | 232 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.09 |
| HSL | 222.63º | 0.45% | 0.84% | - |
| HSV(B) | 222.63º | 0.16% | 0.91% | - |
| XYZ | 58.64 | 60.96 | 85.02 | - |
| YUV | 204.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 232 | 0.16 | 0.12 | 0 | 0.09 | 222.63 | 0.45 | 0.84 |
| Hex | C2 | CD | E8 | 10 | C | 0 | 9 | DF | 2D | 54 |
| Octal | 302 | 315 | 350 | 20 | 14 | 0 | 11 | 337 | 55 | 124 |
| Binary | 11000010 | 11001101 | 11101000 | 10000 | 1100 | 0 | 1001 | 11011111 | 101101 | 1010100 |
Color Harmonies of #C2CDE8
Complementary color
Monochromatic Colors of #C2CDE8
Black with #C2CDE8
Text Example
Text Example
White with #C2CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDE8; }
p { color: rgb(194,205,232); }
H1.HeaderClassName
{
color: #C2CDE8;
}
.AnyTagClassName
{
color: #C2CDE8;
}
</style>
background-color css
<style>
a { background-color: #C2CDE8; }
a { background-color: rgb(194,205,232); }
div.DivClassName
{
background-color: #C2CDE8;
}
.BgClassName
{
background-color: #C2CDE8;
}
</style>
border-color css
<style>
span { border-color: #C2CDE8; }
span { border-color: rgb(194,205,232); }
td.TdClassName
{
border-color: #C2CDE8;
}
.TagClassName
{
border-color: #C2CDE8;
}
</style>