Shades of Periwinkle #C8CFEC
Tints of Periwinkle #C8CFEC
RGB
CMYK
RGB Variations
Color information
#C8CFEC (or 0xC8CFEC) is known color: Periwinkle. HEX triplet: C8, CF and EC. RGB value is (200,207,236). Sum of RGB (Red+Green+Blue) = 200+207+236=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFEC is #373013. Grayscale: #D0D0D0. Windows color (decimal): -3616788 or 15519688. OLE color: 15519688.
HSL color Cylindrical-coordinate representation of color #C8CFEC: hue angle of 228.33º 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 #C8CFEC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 207 | 236 | - |
CMYK | 0.15 | 0.12 | 0 | 0.07 |
HSL | 228.33º | 0.49% | 0.85% | - |
HSV(B) | 228.33º | 0.15% | 0.93% | - |
XYZ | 61.27 | 62.96 | 88.28 | - |
YUV | 208.21 | 143.68 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 207 | 236 | 0.15 | 0.12 | 0 | 0.07 | 228.33 | 0.49 | 0.85 |
Hex | C8 | CF | EC | F | C | 0 | 7 | E4 | 31 | 55 |
Octal | 310 | 317 | 354 | 17 | 14 | 0 | 7 | 344 | 61 | 125 |
Binary | 11001000 | 11001111 | 11101100 | 1111 | 1100 | 0 | 111 | 11100100 | 110001 | 1010101 |
Color Harmonies of #C8CFEC
Complementary color
Monochromatic Colors of #C8CFEC
Black with #C8CFEC
Text Example
Text Example
White with #C8CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFEC; }
p { color: rgb(200,207,236); }
H1.HeaderClassName
{
color: #C8CFEC;
}
.AnyTagClassName
{
color: #C8CFEC;
}
</style>
background-color css
<style>
a { background-color: #C8CFEC; }
a { background-color: rgb(200,207,236); }
div.DivClassName
{
background-color: #C8CFEC;
}
.BgClassName
{
background-color: #C8CFEC;
}
</style>
border-color css
<style>
span { border-color: #C8CFEC; }
span { border-color: rgb(200,207,236); }
td.TdClassName
{
border-color: #C8CFEC;
}
.TagClassName
{
border-color: #C8CFEC;
}
</style>