Shades of Periwinkle #C9CDE7
Tints of Periwinkle #C9CDE7
RGB
CMYK
RGB Variations
Color information
#C9CDE7 (or 0xC9CDE7) is known color: Periwinkle. HEX triplet: C9, CD and E7. RGB value is (201,205,231). Sum of RGB (Red+Green+Blue) = 201+205+231=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #C9CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDE7 is #363218. Grayscale: #CECECE. Windows color (decimal): -3551769 or 15191497. OLE color: 15191497.
HSL color Cylindrical-coordinate representation of color #C9CDE7: hue angle of 232º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CDE7 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 205 | 231 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.09 |
| HSL | 232º | 0.38% | 0.85% | - |
| HSV(B) | 232º | 0.13% | 0.91% | - |
| XYZ | 60.34 | 61.85 | 84.36 | - |
| YUV | 206.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 231 | 0.13 | 0.11 | 0 | 0.09 | 232 | 0.38 | 0.85 |
| Hex | C9 | CD | E7 | D | B | 0 | 9 | E8 | 26 | 55 |
| Octal | 311 | 315 | 347 | 15 | 13 | 0 | 11 | 350 | 46 | 125 |
| Binary | 11001001 | 11001101 | 11100111 | 1101 | 1011 | 0 | 1001 | 11101000 | 100110 | 1010101 |
Color Harmonies of #C9CDE7
Complementary color
Monochromatic Colors of #C9CDE7
Black with #C9CDE7
Text Example
Text Example
White with #C9CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDE7; }
p { color: rgb(201,205,231); }
H1.HeaderClassName
{
color: #C9CDE7;
}
.AnyTagClassName
{
color: #C9CDE7;
}
</style>
background-color css
<style>
a { background-color: #C9CDE7; }
a { background-color: rgb(201,205,231); }
div.DivClassName
{
background-color: #C9CDE7;
}
.BgClassName
{
background-color: #C9CDE7;
}
</style>
border-color css
<style>
span { border-color: #C9CDE7; }
span { border-color: rgb(201,205,231); }
td.TdClassName
{
border-color: #C9CDE7;
}
.TagClassName
{
border-color: #C9CDE7;
}
</style>