Shades of Periwinkle #C8CDEC
Tints of Periwinkle #C8CDEC
RGB
CMYK
RGB Variations
Color information
#C8CDEC (or 0xC8CDEC) is known color: Periwinkle. HEX triplet: C8, CD and EC. RGB value is (200,205,236). Sum of RGB (Red+Green+Blue) = 200+205+236=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDEC is #373213. Grayscale: #CECECE. Windows color (decimal): -3617300 or 15519176. OLE color: 15519176.
HSL color Cylindrical-coordinate representation of color #C8CDEC: hue angle of 231.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CDEC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 205 | 236 | - |
CMYK | 0.15 | 0.13 | 0 | 0.07 |
HSL | 231.67º | 0.49% | 0.85% | - |
HSV(B) | 231.67º | 0.15% | 0.93% | - |
XYZ | 60.79 | 62 | 88.12 | - |
YUV | 207.04 | 144.34 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 236 | 0.15 | 0.13 | 0 | 0.07 | 231.67 | 0.49 | 0.85 |
Hex | C8 | CD | EC | F | D | 0 | 7 | E8 | 31 | 55 |
Octal | 310 | 315 | 354 | 17 | 15 | 0 | 7 | 350 | 61 | 125 |
Binary | 11001000 | 11001101 | 11101100 | 1111 | 1101 | 0 | 111 | 11101000 | 110001 | 1010101 |
Color Harmonies of #C8CDEC
Complementary color
Monochromatic Colors of #C8CDEC
Black with #C8CDEC
Text Example
Text Example
White with #C8CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDEC; }
p { color: rgb(200,205,236); }
H1.HeaderClassName
{
color: #C8CDEC;
}
.AnyTagClassName
{
color: #C8CDEC;
}
</style>
background-color css
<style>
a { background-color: #C8CDEC; }
a { background-color: rgb(200,205,236); }
div.DivClassName
{
background-color: #C8CDEC;
}
.BgClassName
{
background-color: #C8CDEC;
}
</style>
border-color css
<style>
span { border-color: #C8CDEC; }
span { border-color: rgb(200,205,236); }
td.TdClassName
{
border-color: #C8CDEC;
}
.TagClassName
{
border-color: #C8CDEC;
}
</style>