Shades of Periwinkle #C9CFEC
Tints of Periwinkle #C9CFEC
RGB
CMYK
RGB Variations
Color information
#C9CFEC (or 0xC9CFEC) is known color: Periwinkle. HEX triplet: C9, CF and EC. RGB value is (201,207,236). Sum of RGB (Red+Green+Blue) = 201+207+236=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFEC is #363013. Grayscale: #D0D0D0. Windows color (decimal): -3551252 or 15519689. OLE color: 15519689.
HSL color Cylindrical-coordinate representation of color #C9CFEC: hue angle of 229.71º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9CFEC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 207 | 236 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.07 |
| HSL | 229.71º | 0.48% | 0.86% | - |
| HSV(B) | 229.71º | 0.15% | 0.93% | - |
| XYZ | 61.54 | 63.1 | 88.29 | - |
| YUV | 208.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 236 | 0.15 | 0.12 | 0 | 0.07 | 229.71 | 0.48 | 0.86 |
| Hex | C9 | CF | EC | F | C | 0 | 7 | E6 | 30 | 56 |
| Octal | 311 | 317 | 354 | 17 | 14 | 0 | 7 | 346 | 60 | 126 |
| Binary | 11001001 | 11001111 | 11101100 | 1111 | 1100 | 0 | 111 | 11100110 | 110000 | 1010110 |
Color Harmonies of #C9CFEC
Complementary color
Monochromatic Colors of #C9CFEC
Black with #C9CFEC
Text Example
Text Example
White with #C9CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFEC; }
p { color: rgb(201,207,236); }
H1.HeaderClassName
{
color: #C9CFEC;
}
.AnyTagClassName
{
color: #C9CFEC;
}
</style>
background-color css
<style>
a { background-color: #C9CFEC; }
a { background-color: rgb(201,207,236); }
div.DivClassName
{
background-color: #C9CFEC;
}
.BgClassName
{
background-color: #C9CFEC;
}
</style>
border-color css
<style>
span { border-color: #C9CFEC; }
span { border-color: rgb(201,207,236); }
td.TdClassName
{
border-color: #C9CFEC;
}
.TagClassName
{
border-color: #C9CFEC;
}
</style>