Shades of Periwinkle #C8C9E6
Tints of Periwinkle #C8C9E6
RGB
CMYK
RGB Variations
Color information
#C8C9E6 (or 0xC8C9E6) is known color: Periwinkle. HEX triplet: C8, C9 and E6. RGB value is (200,201,230). Sum of RGB (Red+Green+Blue) = 200+201+230=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8C9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C9E6 is #373619. Grayscale: #CBCBCB. Windows color (decimal): -3618330 or 15124936. OLE color: 15124936.
HSL color Cylindrical-coordinate representation of color #C8C9E6: hue angle of 238º degrees, saturation: 0.38, 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 #C8C9E6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 200 | 201 | 230 | - |
CMYK | 0.13 | 0.13 | 0 | 0.10 |
HSL | 238º | 0.38% | 0.84% | - |
HSV(B) | 238º | 0.13% | 0.9% | - |
XYZ | 58.99 | 59.77 | 83.29 | - |
YUV | 204.01 | 142.67 | 125.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 230 | 0.13 | 0.13 | 0 | 0.10 | 238 | 0.38 | 0.84 |
Hex | C8 | C9 | E6 | D | D | 0 | A | EE | 26 | 54 |
Octal | 310 | 311 | 346 | 15 | 15 | 0 | 12 | 356 | 46 | 124 |
Binary | 11001000 | 11001001 | 11100110 | 1101 | 1101 | 0 | 1010 | 11101110 | 100110 | 1010100 |
Color Harmonies of #C8C9E6
Complementary color
Monochromatic Colors of #C8C9E6
Black with #C8C9E6
Text Example
Text Example
White with #C8C9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9E6; }
p { color: rgb(200,201,230); }
H1.HeaderClassName
{
color: #C8C9E6;
}
.AnyTagClassName
{
color: #C8C9E6;
}
</style>
background-color css
<style>
a { background-color: #C8C9E6; }
a { background-color: rgb(200,201,230); }
div.DivClassName
{
background-color: #C8C9E6;
}
.BgClassName
{
background-color: #C8C9E6;
}
</style>
border-color css
<style>
span { border-color: #C8C9E6; }
span { border-color: rgb(200,201,230); }
td.TdClassName
{
border-color: #C8C9E6;
}
.TagClassName
{
border-color: #C8C9E6;
}
</style>