Shades of Periwinkle #C8CCED
Tints of Periwinkle #C8CCED
RGB
CMYK
RGB Variations
Color information
#C8CCED (or 0xC8CCED) is known color: Periwinkle. HEX triplet: C8, CC and ED. RGB value is (200,204,237). Sum of RGB (Red+Green+Blue) = 200+204+237=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCED is #373312. Grayscale: #CECECE. Windows color (decimal): -3617555 or 15584456. OLE color: 15584456.
HSL color Cylindrical-coordinate representation of color #C8CCED: hue angle of 233.51º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CCED is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 204 | 237 | - |
CMYK | 0.16 | 0.14 | 0 | 0.07 |
HSL | 233.51º | 0.51% | 0.86% | - |
HSV(B) | 233.51º | 0.16% | 0.93% | - |
XYZ | 60.7 | 61.58 | 88.81 | - |
YUV | 206.57 | 145.17 | 123.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 237 | 0.16 | 0.14 | 0 | 0.07 | 233.51 | 0.51 | 0.86 |
Hex | C8 | CC | ED | 10 | E | 0 | 7 | EA | 33 | 56 |
Octal | 310 | 314 | 355 | 20 | 16 | 0 | 7 | 352 | 63 | 126 |
Binary | 11001000 | 11001100 | 11101101 | 10000 | 1110 | 0 | 111 | 11101010 | 110011 | 1010110 |
Color Harmonies of #C8CCED
Complementary color
Monochromatic Colors of #C8CCED
Black with #C8CCED
Text Example
Text Example
White with #C8CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCED; }
p { color: rgb(200,204,237); }
H1.HeaderClassName
{
color: #C8CCED;
}
.AnyTagClassName
{
color: #C8CCED;
}
</style>
background-color css
<style>
a { background-color: #C8CCED; }
a { background-color: rgb(200,204,237); }
div.DivClassName
{
background-color: #C8CCED;
}
.BgClassName
{
background-color: #C8CCED;
}
</style>
border-color css
<style>
span { border-color: #C8CCED; }
span { border-color: rgb(200,204,237); }
td.TdClassName
{
border-color: #C8CCED;
}
.TagClassName
{
border-color: #C8CCED;
}
</style>