Shades of Periwinkle #C9CDE9
Tints of Periwinkle #C9CDE9
RGB
CMYK
RGB Variations
Color information
#C9CDE9 (or 0xC9CDE9) is known color: Periwinkle. HEX triplet: C9, CD and E9. RGB value is (201,205,233). Sum of RGB (Red+Green+Blue) = 201+205+233=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDE9 is #363216. Grayscale: #CECECE. Windows color (decimal): -3551767 or 15322569. OLE color: 15322569.
HSL color Cylindrical-coordinate representation of color #C9CDE9: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CDE9 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 205 | 233 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.09 |
| HSL | 232.5º | 0.42% | 0.85% | - |
| HSV(B) | 232.5º | 0.14% | 0.91% | - |
| XYZ | 60.63 | 61.96 | 85.86 | - |
| YUV | 207 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 233 | 0.14 | 0.12 | 0 | 0.09 | 232.5 | 0.42 | 0.85 |
| Hex | C9 | CD | E9 | E | C | 0 | 9 | E8 | 2A | 55 |
| Octal | 311 | 315 | 351 | 16 | 14 | 0 | 11 | 350 | 52 | 125 |
| Binary | 11001001 | 11001101 | 11101001 | 1110 | 1100 | 0 | 1001 | 11101000 | 101010 | 1010101 |
Color Harmonies of #C9CDE9
Complementary color
Monochromatic Colors of #C9CDE9
Black with #C9CDE9
Text Example
Text Example
White with #C9CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDE9; }
p { color: rgb(201,205,233); }
H1.HeaderClassName
{
color: #C9CDE9;
}
.AnyTagClassName
{
color: #C9CDE9;
}
</style>
background-color css
<style>
a { background-color: #C9CDE9; }
a { background-color: rgb(201,205,233); }
div.DivClassName
{
background-color: #C9CDE9;
}
.BgClassName
{
background-color: #C9CDE9;
}
</style>
border-color css
<style>
span { border-color: #C9CDE9; }
span { border-color: rgb(201,205,233); }
td.TdClassName
{
border-color: #C9CDE9;
}
.TagClassName
{
border-color: #C9CDE9;
}
</style>