Shades of Periwinkle #C2CDEA
Tints of Periwinkle #C2CDEA
RGB
CMYK
RGB Variations
Color information
#C2CDEA (or 0xC2CDEA) is known color: Periwinkle. HEX triplet: C2, CD and EA. RGB value is (194,205,234). Sum of RGB (Red+Green+Blue) = 194+205+234=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDEA is #3D3215. Grayscale: #CCCCCC. Windows color (decimal): -4010518 or 15388098. OLE color: 15388098.
HSL color Cylindrical-coordinate representation of color #C2CDEA: hue angle of 223.5º degrees, saturation: 0.49, 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 #C2CDEA is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 205 | 234 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.08 |
| HSL | 223.5º | 0.49% | 0.84% | - |
| HSV(B) | 223.5º | 0.17% | 0.92% | - |
| XYZ | 58.93 | 61.07 | 86.52 | - |
| YUV | 205.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 234 | 0.17 | 0.12 | 0 | 0.08 | 223.5 | 0.49 | 0.84 |
| Hex | C2 | CD | EA | 11 | C | 0 | 8 | E0 | 31 | 54 |
| Octal | 302 | 315 | 352 | 21 | 14 | 0 | 10 | 340 | 61 | 124 |
| Binary | 11000010 | 11001101 | 11101010 | 10001 | 1100 | 0 | 1000 | 11100000 | 110001 | 1010100 |
Color Harmonies of #C2CDEA
Complementary color
Monochromatic Colors of #C2CDEA
Black with #C2CDEA
Text Example
Text Example
White with #C2CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDEA; }
p { color: rgb(194,205,234); }
H1.HeaderClassName
{
color: #C2CDEA;
}
.AnyTagClassName
{
color: #C2CDEA;
}
</style>
background-color css
<style>
a { background-color: #C2CDEA; }
a { background-color: rgb(194,205,234); }
div.DivClassName
{
background-color: #C2CDEA;
}
.BgClassName
{
background-color: #C2CDEA;
}
</style>
border-color css
<style>
span { border-color: #C2CDEA; }
span { border-color: rgb(194,205,234); }
td.TdClassName
{
border-color: #C2CDEA;
}
.TagClassName
{
border-color: #C2CDEA;
}
</style>