Shades of Periwinkle #C2CFEE
Tints of Periwinkle #C2CFEE
RGB
CMYK
RGB Variations
Color information
#C2CFEE (or 0xC2CFEE) is known color: Periwinkle. HEX triplet: C2, CF and EE. RGB value is (194,207,238). Sum of RGB (Red+Green+Blue) = 194+207+238=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFEE is #3D3011. Grayscale: #CECECE. Windows color (decimal): -4010002 or 15650754. OLE color: 15650754.
HSL color Cylindrical-coordinate representation of color #C2CFEE: hue angle of 222.27º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CFEE is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 207 | 238 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.07 |
| HSL | 222.27º | 0.56% | 0.85% | - |
| HSV(B) | 222.27º | 0.18% | 0.93% | - |
| XYZ | 59.99 | 62.27 | 89.75 | - |
| YUV | 206.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 238 | 0.18 | 0.13 | 0 | 0.07 | 222.27 | 0.56 | 0.85 |
| Hex | C2 | CF | EE | 12 | D | 0 | 7 | DE | 38 | 55 |
| Octal | 302 | 317 | 356 | 22 | 15 | 0 | 7 | 336 | 70 | 125 |
| Binary | 11000010 | 11001111 | 11101110 | 10010 | 1101 | 0 | 111 | 11011110 | 111000 | 1010101 |
Color Harmonies of #C2CFEE
Complementary color
Monochromatic Colors of #C2CFEE
Black with #C2CFEE
Text Example
Text Example
White with #C2CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFEE; }
p { color: rgb(194,207,238); }
H1.HeaderClassName
{
color: #C2CFEE;
}
.AnyTagClassName
{
color: #C2CFEE;
}
</style>
background-color css
<style>
a { background-color: #C2CFEE; }
a { background-color: rgb(194,207,238); }
div.DivClassName
{
background-color: #C2CFEE;
}
.BgClassName
{
background-color: #C2CFEE;
}
</style>
border-color css
<style>
span { border-color: #C2CFEE; }
span { border-color: rgb(194,207,238); }
td.TdClassName
{
border-color: #C2CFEE;
}
.TagClassName
{
border-color: #C2CFEE;
}
</style>