Shades of Periwinkle #C9CBE0
Tints of Periwinkle #C9CBE0
RGB
CMYK
RGB Variations
Color information
#C9CBE0 (or 0xC9CBE0) is known color: Periwinkle. HEX triplet: C9, CB and E0. RGB value is (201,203,224). Sum of RGB (Red+Green+Blue) = 201+203+224=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBE0 is #36341F. Grayscale: #CCCCCC. Windows color (decimal): -3552288 or 14732233. OLE color: 14732233.
HSL color Cylindrical-coordinate representation of color #C9CBE0: hue angle of 234.78º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CBE0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 203 | 224 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.12 |
| HSL | 234.78º | 0.27% | 0.83% | - |
| HSV(B) | 234.78º | 0.1% | 0.88% | - |
| XYZ | 58.9 | 60.51 | 79.1 | - |
| YUV | 204.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 224 | 0.10 | 0.09 | 0 | 0.12 | 234.78 | 0.27 | 0.83 |
| Hex | C9 | CB | E0 | A | 9 | 0 | C | EB | 1B | 53 |
| Octal | 311 | 313 | 340 | 12 | 11 | 0 | 14 | 353 | 33 | 123 |
| Binary | 11001001 | 11001011 | 11100000 | 1010 | 1001 | 0 | 1100 | 11101011 | 11011 | 1010011 |
Color Harmonies of #C9CBE0
Complementary color
Monochromatic Colors of #C9CBE0
Black with #C9CBE0
Text Example
Text Example
White with #C9CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBE0; }
p { color: rgb(201,203,224); }
H1.HeaderClassName
{
color: #C9CBE0;
}
.AnyTagClassName
{
color: #C9CBE0;
}
</style>
background-color css
<style>
a { background-color: #C9CBE0; }
a { background-color: rgb(201,203,224); }
div.DivClassName
{
background-color: #C9CBE0;
}
.BgClassName
{
background-color: #C9CBE0;
}
</style>
border-color css
<style>
span { border-color: #C9CBE0; }
span { border-color: rgb(201,203,224); }
td.TdClassName
{
border-color: #C9CBE0;
}
.TagClassName
{
border-color: #C9CBE0;
}
</style>