Shades of Periwinkle #C2CEE7
Tints of Periwinkle #C2CEE7
RGB
CMYK
RGB Variations
Color information
#C2CEE7 (or 0xC2CEE7) is known color: Periwinkle. HEX triplet: C2, CE and E7. RGB value is (194,206,231). Sum of RGB (Red+Green+Blue) = 194+206+231=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEE7 is #3D3118. Grayscale: #CDCDCD. Windows color (decimal): -4010265 or 15191746. OLE color: 15191746.
HSL color Cylindrical-coordinate representation of color #C2CEE7: hue angle of 220.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CEE7 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 206 | 231 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.09 |
| HSL | 220.54º | 0.44% | 0.83% | - |
| HSV(B) | 220.54º | 0.16% | 0.91% | - |
| XYZ | 58.74 | 61.38 | 84.35 | - |
| YUV | 205.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 231 | 0.16 | 0.11 | 0 | 0.09 | 220.54 | 0.44 | 0.83 |
| Hex | C2 | CE | E7 | 10 | B | 0 | 9 | DD | 2C | 53 |
| Octal | 302 | 316 | 347 | 20 | 13 | 0 | 11 | 335 | 54 | 123 |
| Binary | 11000010 | 11001110 | 11100111 | 10000 | 1011 | 0 | 1001 | 11011101 | 101100 | 1010011 |
Color Harmonies of #C2CEE7
Complementary color
Monochromatic Colors of #C2CEE7
Black with #C2CEE7
Text Example
Text Example
White with #C2CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEE7; }
p { color: rgb(194,206,231); }
H1.HeaderClassName
{
color: #C2CEE7;
}
.AnyTagClassName
{
color: #C2CEE7;
}
</style>
background-color css
<style>
a { background-color: #C2CEE7; }
a { background-color: rgb(194,206,231); }
div.DivClassName
{
background-color: #C2CEE7;
}
.BgClassName
{
background-color: #C2CEE7;
}
</style>
border-color css
<style>
span { border-color: #C2CEE7; }
span { border-color: rgb(194,206,231); }
td.TdClassName
{
border-color: #C2CEE7;
}
.TagClassName
{
border-color: #C2CEE7;
}
</style>