Shades of Periwinkle #C9CFEE
Tints of Periwinkle #C9CFEE
RGB
CMYK
RGB Variations
Color information
#C9CFEE (or 0xC9CFEE) is known color: Periwinkle. HEX triplet: C9, CF and EE. RGB value is (201,207,238). Sum of RGB (Red+Green+Blue) = 201+207+238=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFEE is #363011. Grayscale: #D0D0D0. Windows color (decimal): -3551250 or 15650761. OLE color: 15650761.
HSL color Cylindrical-coordinate representation of color #C9CFEE: hue angle of 230.27º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CFEE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 207 | 238 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.07 |
| HSL | 230.27º | 0.52% | 0.86% | - |
| HSV(B) | 230.27º | 0.16% | 0.93% | - |
| XYZ | 61.83 | 63.22 | 89.83 | - |
| YUV | 208.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 238 | 0.16 | 0.13 | 0 | 0.07 | 230.27 | 0.52 | 0.86 |
| Hex | C9 | CF | EE | 10 | D | 0 | 7 | E6 | 34 | 56 |
| Octal | 311 | 317 | 356 | 20 | 15 | 0 | 7 | 346 | 64 | 126 |
| Binary | 11001001 | 11001111 | 11101110 | 10000 | 1101 | 0 | 111 | 11100110 | 110100 | 1010110 |
Color Harmonies of #C9CFEE
Complementary color
Monochromatic Colors of #C9CFEE
Black with #C9CFEE
Text Example
Text Example
White with #C9CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFEE; }
p { color: rgb(201,207,238); }
H1.HeaderClassName
{
color: #C9CFEE;
}
.AnyTagClassName
{
color: #C9CFEE;
}
</style>
background-color css
<style>
a { background-color: #C9CFEE; }
a { background-color: rgb(201,207,238); }
div.DivClassName
{
background-color: #C9CFEE;
}
.BgClassName
{
background-color: #C9CFEE;
}
</style>
border-color css
<style>
span { border-color: #C9CFEE; }
span { border-color: rgb(201,207,238); }
td.TdClassName
{
border-color: #C9CFEE;
}
.TagClassName
{
border-color: #C9CFEE;
}
</style>