Shades of Periwinkle #C8C9E2
Tints of Periwinkle #C8C9E2
RGB
CMYK
RGB Variations
Color information
#C8C9E2 (or 0xC8C9E2) is known color: Periwinkle. HEX triplet: C8, C9 and E2. RGB value is (200,201,226). Sum of RGB (Red+Green+Blue) = 200+201+226=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 226 - color contains mainly: blue. Hex color #C8C9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9E2 is #37361D. Grayscale: #CBCBCB. Windows color (decimal): -3618334 or 14862792. OLE color: 14862792.
HSL color Cylindrical-coordinate representation of color #C8C9E2: hue angle of 237.69º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C9E2 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 201 | 226 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.11 |
| HSL | 237.69º | 0.31% | 0.84% | - |
| HSV(B) | 237.69º | 0.12% | 0.89% | - |
| XYZ | 58.43 | 59.54 | 80.36 | - |
| YUV | 203.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 226 | 0.12 | 0.11 | 0 | 0.11 | 237.69 | 0.31 | 0.84 |
| Hex | C8 | C9 | E2 | C | B | 0 | B | EE | 1F | 54 |
| Octal | 310 | 311 | 342 | 14 | 13 | 0 | 13 | 356 | 37 | 124 |
| Binary | 11001000 | 11001001 | 11100010 | 1100 | 1011 | 0 | 1011 | 11101110 | 11111 | 1010100 |
Color Harmonies of #C8C9E2
Complementary color
Monochromatic Colors of #C8C9E2
Black with #C8C9E2
Text Example
Text Example
White with #C8C9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9E2; }
p { color: rgb(200,201,226); }
H1.HeaderClassName
{
color: #C8C9E2;
}
.AnyTagClassName
{
color: #C8C9E2;
}
</style>
background-color css
<style>
a { background-color: #C8C9E2; }
a { background-color: rgb(200,201,226); }
div.DivClassName
{
background-color: #C8C9E2;
}
.BgClassName
{
background-color: #C8C9E2;
}
</style>
border-color css
<style>
span { border-color: #C8C9E2; }
span { border-color: rgb(200,201,226); }
td.TdClassName
{
border-color: #C8C9E2;
}
.TagClassName
{
border-color: #C8C9E2;
}
</style>