Shades of Periwinkle #C9CBE8
Tints of Periwinkle #C9CBE8
RGB
CMYK
RGB Variations
Color information
#C9CBE8 (or 0xC9CBE8) is known color: Periwinkle. HEX triplet: C9, CB and E8. RGB value is (201,203,232). Sum of RGB (Red+Green+Blue) = 201+203+232=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #C9CBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBE8 is #363417. Grayscale: #CDCDCD. Windows color (decimal): -3552280 or 15256521. OLE color: 15256521.
HSL color Cylindrical-coordinate representation of color #C9CBE8: hue angle of 236.13º degrees, saturation: 0.4, 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 #C9CBE8 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 203 | 232 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.09 |
| HSL | 236.13º | 0.4% | 0.85% | - |
| HSV(B) | 236.13º | 0.13% | 0.91% | - |
| XYZ | 60.01 | 60.96 | 84.95 | - |
| YUV | 205.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 232 | 0.13 | 0.12 | 0 | 0.09 | 236.13 | 0.4 | 0.85 |
| Hex | C9 | CB | E8 | D | C | 0 | 9 | EC | 28 | 55 |
| Octal | 311 | 313 | 350 | 15 | 14 | 0 | 11 | 354 | 50 | 125 |
| Binary | 11001001 | 11001011 | 11101000 | 1101 | 1100 | 0 | 1001 | 11101100 | 101000 | 1010101 |
Color Harmonies of #C9CBE8
Complementary color
Monochromatic Colors of #C9CBE8
Black with #C9CBE8
Text Example
Text Example
White with #C9CBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBE8; }
p { color: rgb(201,203,232); }
H1.HeaderClassName
{
color: #C9CBE8;
}
.AnyTagClassName
{
color: #C9CBE8;
}
</style>
background-color css
<style>
a { background-color: #C9CBE8; }
a { background-color: rgb(201,203,232); }
div.DivClassName
{
background-color: #C9CBE8;
}
.BgClassName
{
background-color: #C9CBE8;
}
</style>
border-color css
<style>
span { border-color: #C9CBE8; }
span { border-color: rgb(201,203,232); }
td.TdClassName
{
border-color: #C9CBE8;
}
.TagClassName
{
border-color: #C9CBE8;
}
</style>