Shades of Periwinkle #C2CFE8
Tints of Periwinkle #C2CFE8
RGB
CMYK
RGB Variations
Color information
#C2CFE8 (or 0xC2CFE8) is known color: Periwinkle. HEX triplet: C2, CF and E8. RGB value is (194,207,232). Sum of RGB (Red+Green+Blue) = 194+207+232=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2CFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFE8 is #3D3017. Grayscale: #CDCDCD. Windows color (decimal): -4010008 or 15257538. OLE color: 15257538.
HSL color Cylindrical-coordinate representation of color #C2CFE8: hue angle of 219.47º 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 #C2CFE8 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 207 | 232 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.09 |
| HSL | 219.47º | 0.45% | 0.84% | - |
| HSV(B) | 219.47º | 0.16% | 0.91% | - |
| XYZ | 59.13 | 61.92 | 85.18 | - |
| YUV | 205.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 232 | 0.16 | 0.11 | 0 | 0.09 | 219.47 | 0.45 | 0.84 |
| Hex | C2 | CF | E8 | 10 | B | 0 | 9 | DB | 2D | 54 |
| Octal | 302 | 317 | 350 | 20 | 13 | 0 | 11 | 333 | 55 | 124 |
| Binary | 11000010 | 11001111 | 11101000 | 10000 | 1011 | 0 | 1001 | 11011011 | 101101 | 1010100 |
Color Harmonies of #C2CFE8
Complementary color
Monochromatic Colors of #C2CFE8
Black with #C2CFE8
Text Example
Text Example
White with #C2CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFE8; }
p { color: rgb(194,207,232); }
H1.HeaderClassName
{
color: #C2CFE8;
}
.AnyTagClassName
{
color: #C2CFE8;
}
</style>
background-color css
<style>
a { background-color: #C2CFE8; }
a { background-color: rgb(194,207,232); }
div.DivClassName
{
background-color: #C2CFE8;
}
.BgClassName
{
background-color: #C2CFE8;
}
</style>
border-color css
<style>
span { border-color: #C2CFE8; }
span { border-color: rgb(194,207,232); }
td.TdClassName
{
border-color: #C2CFE8;
}
.TagClassName
{
border-color: #C2CFE8;
}
</style>