Shades of Periwinkle #C9CDE6
Tints of Periwinkle #C9CDE6
RGB
CMYK
RGB Variations
Color information
#C9CDE6 (or 0xC9CDE6) is known color: Periwinkle. HEX triplet: C9, CD and E6. RGB value is (201,205,230). Sum of RGB (Red+Green+Blue) = 201+205+230=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDE6 is #363219. Grayscale: #CECECE. Windows color (decimal): -3551770 or 15125961. OLE color: 15125961.
HSL color Cylindrical-coordinate representation of color #C9CDE6: hue angle of 231.72º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CDE6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 205 | 230 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.10 |
| HSL | 231.72º | 0.37% | 0.85% | - |
| HSV(B) | 231.72º | 0.13% | 0.9% | - |
| XYZ | 60.2 | 61.79 | 83.62 | - |
| YUV | 206.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 230 | 0.13 | 0.11 | 0 | 0.10 | 231.72 | 0.37 | 0.85 |
| Hex | C9 | CD | E6 | D | B | 0 | A | E8 | 25 | 55 |
| Octal | 311 | 315 | 346 | 15 | 13 | 0 | 12 | 350 | 45 | 125 |
| Binary | 11001001 | 11001101 | 11100110 | 1101 | 1011 | 0 | 1010 | 11101000 | 100101 | 1010101 |
Color Harmonies of #C9CDE6
Complementary color
Monochromatic Colors of #C9CDE6
Black with #C9CDE6
Text Example
Text Example
White with #C9CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDE6; }
p { color: rgb(201,205,230); }
H1.HeaderClassName
{
color: #C9CDE6;
}
.AnyTagClassName
{
color: #C9CDE6;
}
</style>
background-color css
<style>
a { background-color: #C9CDE6; }
a { background-color: rgb(201,205,230); }
div.DivClassName
{
background-color: #C9CDE6;
}
.BgClassName
{
background-color: #C9CDE6;
}
</style>
border-color css
<style>
span { border-color: #C9CDE6; }
span { border-color: rgb(201,205,230); }
td.TdClassName
{
border-color: #C9CDE6;
}
.TagClassName
{
border-color: #C9CDE6;
}
</style>