Shades of Periwinkle #C9CBE6
Tints of Periwinkle #C9CBE6
RGB
CMYK
RGB Variations
Color information
#C9CBE6 (or 0xC9CBE6) is known color: Periwinkle. HEX triplet: C9, CB and E6. RGB value is (201,203,230). Sum of RGB (Red+Green+Blue) = 201+203+230=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBE6 is #363419. Grayscale: #CDCDCD. Windows color (decimal): -3552282 or 15125449. OLE color: 15125449.
HSL color Cylindrical-coordinate representation of color #C9CBE6: hue angle of 235.86º 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 #C9CBE6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 203 | 230 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.10 |
| HSL | 235.86º | 0.37% | 0.85% | - |
| HSV(B) | 235.86º | 0.13% | 0.9% | - |
| XYZ | 59.73 | 60.84 | 83.46 | - |
| YUV | 205.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 230 | 0.13 | 0.12 | 0 | 0.10 | 235.86 | 0.37 | 0.85 |
| Hex | C9 | CB | E6 | D | C | 0 | A | EC | 25 | 55 |
| Octal | 311 | 313 | 346 | 15 | 14 | 0 | 12 | 354 | 45 | 125 |
| Binary | 11001001 | 11001011 | 11100110 | 1101 | 1100 | 0 | 1010 | 11101100 | 100101 | 1010101 |
Color Harmonies of #C9CBE6
Complementary color
Monochromatic Colors of #C9CBE6
Black with #C9CBE6
Text Example
Text Example
White with #C9CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBE6; }
p { color: rgb(201,203,230); }
H1.HeaderClassName
{
color: #C9CBE6;
}
.AnyTagClassName
{
color: #C9CBE6;
}
</style>
background-color css
<style>
a { background-color: #C9CBE6; }
a { background-color: rgb(201,203,230); }
div.DivClassName
{
background-color: #C9CBE6;
}
.BgClassName
{
background-color: #C9CBE6;
}
</style>
border-color css
<style>
span { border-color: #C9CBE6; }
span { border-color: rgb(201,203,230); }
td.TdClassName
{
border-color: #C9CBE6;
}
.TagClassName
{
border-color: #C9CBE6;
}
</style>