Shades of Periwinkle #C8CBE9
Tints of Periwinkle #C8CBE9
RGB
CMYK
RGB Variations
Color information
#C8CBE9 (or 0xC8CBE9) is known color: Periwinkle. HEX triplet: C8, CB and E9. RGB value is (200,203,233). Sum of RGB (Red+Green+Blue) = 200+203+233=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBE9 is #373416. Grayscale: #CDCDCD. Windows color (decimal): -3617815 or 15322056. OLE color: 15322056.
HSL color Cylindrical-coordinate representation of color #C8CBE9: hue angle of 234.55º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8CBE9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 203 | 233 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.09 |
| HSL | 234.55º | 0.43% | 0.85% | - |
| HSV(B) | 234.55º | 0.14% | 0.91% | - |
| XYZ | 59.88 | 60.87 | 85.68 | - |
| YUV | 205.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 233 | 0.14 | 0.13 | 0 | 0.09 | 234.55 | 0.43 | 0.85 |
| Hex | C8 | CB | E9 | E | D | 0 | 9 | EB | 2B | 55 |
| Octal | 310 | 313 | 351 | 16 | 15 | 0 | 11 | 353 | 53 | 125 |
| Binary | 11001000 | 11001011 | 11101001 | 1110 | 1101 | 0 | 1001 | 11101011 | 101011 | 1010101 |
Color Harmonies of #C8CBE9
Complementary color
Monochromatic Colors of #C8CBE9
Black with #C8CBE9
Text Example
Text Example
White with #C8CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBE9; }
p { color: rgb(200,203,233); }
H1.HeaderClassName
{
color: #C8CBE9;
}
.AnyTagClassName
{
color: #C8CBE9;
}
</style>
background-color css
<style>
a { background-color: #C8CBE9; }
a { background-color: rgb(200,203,233); }
div.DivClassName
{
background-color: #C8CBE9;
}
.BgClassName
{
background-color: #C8CBE9;
}
</style>
border-color css
<style>
span { border-color: #C8CBE9; }
span { border-color: rgb(200,203,233); }
td.TdClassName
{
border-color: #C8CBE9;
}
.TagClassName
{
border-color: #C8CBE9;
}
</style>