Shades of Periwinkle #C9CFF0
Tints of Periwinkle #C9CFF0
RGB
CMYK
RGB Variations
Color information
#C9CFF0 (or 0xC9CFF0) is known color: Periwinkle. HEX triplet: C9, CF and F0. RGB value is (201,207,240). Sum of RGB (Red+Green+Blue) = 201+207+240=648 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.02% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFF0 is #36300F. Grayscale: #D0D0D0. Windows color (decimal): -3551248 or 15781833. OLE color: 15781833.
HSL color Cylindrical-coordinate representation of color #C9CFF0: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CFF0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 207 | 240 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.06 |
| HSL | 230.77º | 0.57% | 0.86% | - |
| HSV(B) | 230.77º | 0.16% | 0.94% | - |
| XYZ | 62.13 | 63.33 | 91.39 | - |
| YUV | 208.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 240 | 0.16 | 0.14 | 0 | 0.06 | 230.77 | 0.57 | 0.86 |
| Hex | C9 | CF | F0 | 10 | E | 0 | 6 | E7 | 39 | 56 |
| Octal | 311 | 317 | 360 | 20 | 16 | 0 | 6 | 347 | 71 | 126 |
| Binary | 11001001 | 11001111 | 11110000 | 10000 | 1110 | 0 | 110 | 11100111 | 111001 | 1010110 |
Color Harmonies of #C9CFF0
Complementary color
Monochromatic Colors of #C9CFF0
Black with #C9CFF0
Text Example
Text Example
White with #C9CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFF0; }
p { color: rgb(201,207,240); }
H1.HeaderClassName
{
color: #C9CFF0;
}
.AnyTagClassName
{
color: #C9CFF0;
}
</style>
background-color css
<style>
a { background-color: #C9CFF0; }
a { background-color: rgb(201,207,240); }
div.DivClassName
{
background-color: #C9CFF0;
}
.BgClassName
{
background-color: #C9CFF0;
}
</style>
border-color css
<style>
span { border-color: #C9CFF0; }
span { border-color: rgb(201,207,240); }
td.TdClassName
{
border-color: #C9CFF0;
}
.TagClassName
{
border-color: #C9CFF0;
}
</style>