Shades of Periwinkle #CECFDE
Tints of Periwinkle #CECFDE
RGB
CMYK
RGB Variations
Color information
#CECFDE (or 0xCECFDE) is known color: Periwinkle. HEX triplet: CE, CF and DE. RGB value is (206,207,222). Sum of RGB (Red+Green+Blue) = 206+207+222=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #CECFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDE is #313021. Grayscale: #D0D0D0. Windows color (decimal): -3223586 or 14602190. OLE color: 14602190.
HSL color Cylindrical-coordinate representation of color #CECFDE: hue angle of 236.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECFDE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 207 | 222 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.13 |
| HSL | 236.25º | 0.2% | 0.84% | - |
| HSV(B) | 236.25º | 0.07% | 0.87% | - |
| XYZ | 60.95 | 63.02 | 78.06 | - |
| YUV | 208.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 222 | 0.07 | 0.07 | 0 | 0.13 | 236.25 | 0.2 | 0.84 |
| Hex | CE | CF | DE | 7 | 7 | 0 | D | EC | 14 | 54 |
| Octal | 316 | 317 | 336 | 7 | 7 | 0 | 15 | 354 | 24 | 124 |
| Binary | 11001110 | 11001111 | 11011110 | 111 | 111 | 0 | 1101 | 11101100 | 10100 | 1010100 |
Color Harmonies of #CECFDE
Complementary color
Monochromatic Colors of #CECFDE
Black with #CECFDE
Text Example
Text Example
White with #CECFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFDE; }
p { color: rgb(206,207,222); }
H1.HeaderClassName
{
color: #CECFDE;
}
.AnyTagClassName
{
color: #CECFDE;
}
</style>
background-color css
<style>
a { background-color: #CECFDE; }
a { background-color: rgb(206,207,222); }
div.DivClassName
{
background-color: #CECFDE;
}
.BgClassName
{
background-color: #CECFDE;
}
</style>
border-color css
<style>
span { border-color: #CECFDE; }
span { border-color: rgb(206,207,222); }
td.TdClassName
{
border-color: #CECFDE;
}
.TagClassName
{
border-color: #CECFDE;
}
</style>