Shades of Periwinkle #C2CEF9
Tints of Periwinkle #C2CEF9
RGB
CMYK
RGB Variations
Color information
#C2CEF9 (or 0xC2CEF9) is known color: Periwinkle. HEX triplet: C2, CE and F9. RGB value is (194,206,249). Sum of RGB (Red+Green+Blue) = 194+206+249=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEF9 is #3D3106. Grayscale: #CFCFCF. Windows color (decimal): -4010247 or 16371394. OLE color: 16371394.
HSL color Cylindrical-coordinate representation of color #C2CEF9: hue angle of 226.91º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2CEF9 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 206 | 249 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.02 |
| HSL | 226.91º | 0.82% | 0.87% | - |
| HSV(B) | 226.91º | 0.22% | 0.98% | - |
| XYZ | 61.42 | 62.45 | 98.44 | - |
| YUV | 207.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 249 | 0.22 | 0.17 | 0 | 0.02 | 226.91 | 0.82 | 0.87 |
| Hex | C2 | CE | F9 | 16 | 11 | 0 | 2 | E3 | 52 | 57 |
| Octal | 302 | 316 | 371 | 26 | 21 | 0 | 2 | 343 | 122 | 127 |
| Binary | 11000010 | 11001110 | 11111001 | 10110 | 10001 | 0 | 10 | 11100011 | 1010010 | 1010111 |
Color Harmonies of #C2CEF9
Complementary color
Monochromatic Colors of #C2CEF9
Black with #C2CEF9
Text Example
Text Example
White with #C2CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEF9; }
p { color: rgb(194,206,249); }
H1.HeaderClassName
{
color: #C2CEF9;
}
.AnyTagClassName
{
color: #C2CEF9;
}
</style>
background-color css
<style>
a { background-color: #C2CEF9; }
a { background-color: rgb(194,206,249); }
div.DivClassName
{
background-color: #C2CEF9;
}
.BgClassName
{
background-color: #C2CEF9;
}
</style>
border-color css
<style>
span { border-color: #C2CEF9; }
span { border-color: rgb(194,206,249); }
td.TdClassName
{
border-color: #C2CEF9;
}
.TagClassName
{
border-color: #C2CEF9;
}
</style>