Shades of Periwinkle #C8C9E5
Tints of Periwinkle #C8C9E5
RGB
CMYK
RGB Variations
Color information
#C8C9E5 (or 0xC8C9E5) is known color: Periwinkle. HEX triplet: C8, C9 and E5. RGB value is (200,201,229). Sum of RGB (Red+Green+Blue) = 200+201+229=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8C9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9E5 is #37361A. Grayscale: #CBCBCB. Windows color (decimal): -3618331 or 15059400. OLE color: 15059400.
HSL color Cylindrical-coordinate representation of color #C8C9E5: hue angle of 237.93º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8C9E5 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 200 | 201 | 229 | - |
CMYK | 0.13 | 0.12 | 0 | 0.10 |
HSL | 237.93º | 0.36% | 0.84% | - |
HSV(B) | 237.93º | 0.13% | 0.9% | - |
XYZ | 58.85 | 59.71 | 82.55 | - |
YUV | 203.89 | 142.17 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 229 | 0.13 | 0.12 | 0 | 0.10 | 237.93 | 0.36 | 0.84 |
Hex | C8 | C9 | E5 | D | C | 0 | A | EE | 24 | 54 |
Octal | 310 | 311 | 345 | 15 | 14 | 0 | 12 | 356 | 44 | 124 |
Binary | 11001000 | 11001001 | 11100101 | 1101 | 1100 | 0 | 1010 | 11101110 | 100100 | 1010100 |
Color Harmonies of #C8C9E5
Complementary color
Monochromatic Colors of #C8C9E5
Black with #C8C9E5
Text Example
Text Example
White with #C8C9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9E5; }
p { color: rgb(200,201,229); }
H1.HeaderClassName
{
color: #C8C9E5;
}
.AnyTagClassName
{
color: #C8C9E5;
}
</style>
background-color css
<style>
a { background-color: #C8C9E5; }
a { background-color: rgb(200,201,229); }
div.DivClassName
{
background-color: #C8C9E5;
}
.BgClassName
{
background-color: #C8C9E5;
}
</style>
border-color css
<style>
span { border-color: #C8C9E5; }
span { border-color: rgb(200,201,229); }
td.TdClassName
{
border-color: #C8C9E5;
}
.TagClassName
{
border-color: #C8C9E5;
}
</style>