Shades of Periwinkle #CECFDC
Tints of Periwinkle #CECFDC
RGB
CMYK
RGB Variations
Color information
#CECFDC (or 0xCECFDC) is known color: Periwinkle. HEX triplet: CE, CF and DC. RGB value is (206,207,220). Sum of RGB (Red+Green+Blue) = 206+207+220=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDC is #313023. Grayscale: #D0D0D0. Windows color (decimal): -3223588 or 14471118. OLE color: 14471118.
HSL color Cylindrical-coordinate representation of color #CECFDC: hue angle of 235.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECFDC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 207 | 220 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.14 |
| HSL | 235.71º | 0.17% | 0.84% | - |
| HSV(B) | 235.71º | 0.06% | 0.86% | - |
| XYZ | 60.68 | 62.91 | 76.66 | - |
| YUV | 208.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 220 | 0.06 | 0.06 | 0 | 0.14 | 235.71 | 0.17 | 0.84 |
| Hex | CE | CF | DC | 6 | 6 | 0 | E | EC | 11 | 54 |
| Octal | 316 | 317 | 334 | 6 | 6 | 0 | 16 | 354 | 21 | 124 |
| Binary | 11001110 | 11001111 | 11011100 | 110 | 110 | 0 | 1110 | 11101100 | 10001 | 1010100 |
Color Harmonies of #CECFDC
Complementary color
Monochromatic Colors of #CECFDC
Black with #CECFDC
Text Example
Text Example
White with #CECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFDC; }
p { color: rgb(206,207,220); }
H1.HeaderClassName
{
color: #CECFDC;
}
.AnyTagClassName
{
color: #CECFDC;
}
</style>
background-color css
<style>
a { background-color: #CECFDC; }
a { background-color: rgb(206,207,220); }
div.DivClassName
{
background-color: #CECFDC;
}
.BgClassName
{
background-color: #CECFDC;
}
</style>
border-color css
<style>
span { border-color: #CECFDC; }
span { border-color: rgb(206,207,220); }
td.TdClassName
{
border-color: #CECFDC;
}
.TagClassName
{
border-color: #CECFDC;
}
</style>