Shades of Periwinkle #C9CBE5
Tints of Periwinkle #C9CBE5
RGB
CMYK
RGB Variations
Color information
#C9CBE5 (or 0xC9CBE5) is known color: Periwinkle. HEX triplet: C9, CB and E5. RGB value is (201,203,229). Sum of RGB (Red+Green+Blue) = 201+203+229=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #C9CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBE5 is #36341A. Grayscale: #CDCDCD. Windows color (decimal): -3552283 or 15059913. OLE color: 15059913.
HSL color Cylindrical-coordinate representation of color #C9CBE5: hue angle of 235.71º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9CBE5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 203 | 229 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.10 |
| HSL | 235.71º | 0.35% | 0.84% | - |
| HSV(B) | 235.71º | 0.12% | 0.9% | - |
| XYZ | 59.59 | 60.79 | 82.72 | - |
| YUV | 205.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 229 | 0.12 | 0.11 | 0 | 0.10 | 235.71 | 0.35 | 0.84 |
| Hex | C9 | CB | E5 | C | B | 0 | A | EC | 23 | 54 |
| Octal | 311 | 313 | 345 | 14 | 13 | 0 | 12 | 354 | 43 | 124 |
| Binary | 11001001 | 11001011 | 11100101 | 1100 | 1011 | 0 | 1010 | 11101100 | 100011 | 1010100 |
Color Harmonies of #C9CBE5
Complementary color
Monochromatic Colors of #C9CBE5
Black with #C9CBE5
Text Example
Text Example
White with #C9CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBE5; }
p { color: rgb(201,203,229); }
H1.HeaderClassName
{
color: #C9CBE5;
}
.AnyTagClassName
{
color: #C9CBE5;
}
</style>
background-color css
<style>
a { background-color: #C9CBE5; }
a { background-color: rgb(201,203,229); }
div.DivClassName
{
background-color: #C9CBE5;
}
.BgClassName
{
background-color: #C9CBE5;
}
</style>
border-color css
<style>
span { border-color: #C9CBE5; }
span { border-color: rgb(201,203,229); }
td.TdClassName
{
border-color: #C9CBE5;
}
.TagClassName
{
border-color: #C9CBE5;
}
</style>