Shades of Periwinkle #C2CCF0
Tints of Periwinkle #C2CCF0
RGB
CMYK
RGB Variations
Color information
#C2CCF0 (or 0xC2CCF0) is known color: Periwinkle. HEX triplet: C2, CC and F0. RGB value is (194,204,240). Sum of RGB (Red+Green+Blue) = 194+204+240=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCF0 is #3D330F. Grayscale: #CCCCCC. Windows color (decimal): -4010768 or 15781058. OLE color: 15781058.
HSL color Cylindrical-coordinate representation of color #C2CCF0: hue angle of 226.96º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CCF0 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 204 | 240 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.06 |
| HSL | 226.96º | 0.61% | 0.85% | - |
| HSV(B) | 226.96º | 0.19% | 0.94% | - |
| XYZ | 59.57 | 60.95 | 91.06 | - |
| YUV | 205.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 240 | 0.19 | 0.15 | 0 | 0.06 | 226.96 | 0.61 | 0.85 |
| Hex | C2 | CC | F0 | 13 | F | 0 | 6 | E3 | 3D | 55 |
| Octal | 302 | 314 | 360 | 23 | 17 | 0 | 6 | 343 | 75 | 125 |
| Binary | 11000010 | 11001100 | 11110000 | 10011 | 1111 | 0 | 110 | 11100011 | 111101 | 1010101 |
Color Harmonies of #C2CCF0
Complementary color
Monochromatic Colors of #C2CCF0
Black with #C2CCF0
Text Example
Text Example
White with #C2CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCF0; }
p { color: rgb(194,204,240); }
H1.HeaderClassName
{
color: #C2CCF0;
}
.AnyTagClassName
{
color: #C2CCF0;
}
</style>
background-color css
<style>
a { background-color: #C2CCF0; }
a { background-color: rgb(194,204,240); }
div.DivClassName
{
background-color: #C2CCF0;
}
.BgClassName
{
background-color: #C2CCF0;
}
</style>
border-color css
<style>
span { border-color: #C2CCF0; }
span { border-color: rgb(194,204,240); }
td.TdClassName
{
border-color: #C2CCF0;
}
.TagClassName
{
border-color: #C2CCF0;
}
</style>