Shades of Periwinkle #C9CFDF
Tints of Periwinkle #C9CFDF
RGB
CMYK
RGB Variations
Color information
#C9CFDF (or 0xC9CFDF) is known color: Periwinkle. HEX triplet: C9, CF and DF. RGB value is (201,207,223). Sum of RGB (Red+Green+Blue) = 201+207+223=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFDF is #363020. Grayscale: #CECECE. Windows color (decimal): -3551265 or 14667721. OLE color: 14667721.
HSL color Cylindrical-coordinate representation of color #C9CFDF: hue angle of 223.64º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CFDF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 207 | 223 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.13 |
| HSL | 223.64º | 0.26% | 0.83% | - |
| HSV(B) | 223.64º | 0.1% | 0.87% | - |
| XYZ | 59.72 | 62.37 | 78.7 | - |
| YUV | 207.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 223 | 0.10 | 0.07 | 0 | 0.13 | 223.64 | 0.26 | 0.83 |
| Hex | C9 | CF | DF | A | 7 | 0 | D | E0 | 1A | 53 |
| Octal | 311 | 317 | 337 | 12 | 7 | 0 | 15 | 340 | 32 | 123 |
| Binary | 11001001 | 11001111 | 11011111 | 1010 | 111 | 0 | 1101 | 11100000 | 11010 | 1010011 |
Color Harmonies of #C9CFDF
Complementary color
Monochromatic Colors of #C9CFDF
Black with #C9CFDF
Text Example
Text Example
White with #C9CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFDF; }
p { color: rgb(201,207,223); }
H1.HeaderClassName
{
color: #C9CFDF;
}
.AnyTagClassName
{
color: #C9CFDF;
}
</style>
background-color css
<style>
a { background-color: #C9CFDF; }
a { background-color: rgb(201,207,223); }
div.DivClassName
{
background-color: #C9CFDF;
}
.BgClassName
{
background-color: #C9CFDF;
}
</style>
border-color css
<style>
span { border-color: #C9CFDF; }
span { border-color: rgb(201,207,223); }
td.TdClassName
{
border-color: #C9CFDF;
}
.TagClassName
{
border-color: #C9CFDF;
}
</style>